Browse Source

r.watershed: fix typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56453 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 12 years ago
parent
commit
364d6b6556
1 changed files with 1 additions and 1 deletions
  1. 1 1
      raster/r.watershed/front/main.c

+ 1 - 1
raster/r.watershed/front/main.c

@@ -100,7 +100,7 @@ int main(int argc, char *argv[])
     opt5 = G_define_standard_option(G_OPT_R_INPUT);
     opt5->key = "blocking";
     opt5->label =
-	_("IName of input raster map blocking overland surface flow");
+	_("Name of input raster map blocking overland surface flow");
     opt5->description =
 	_("For USLE. All non-NULL and non-zero cells are considered as blocking terrain.");
     opt5->required = NO;