Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
jef-n committed Oct 3, 2013
1 parent c797895 commit 9b1f0a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/grass/GrassUtils.py
Expand Up @@ -355,7 +355,7 @@ def checkGrassIsInstalled(ignorePreviousState=False):
path = GrassUtils.grassPath()
if path == '':
return 'GRASS folder is not configured.\nPlease configure \
it before running SAGA algorithms.'
it before running GRASS algorithms.'
cmdpath = os.path.join(path, 'bin', 'r.out.gdal.exe')
if not os.path.exists(cmdpath):
return 'The specified GRASS folder does not contain a valid \
Expand Down

0 comments on commit 9b1f0a3

Please sign in to comment.