Browse Source

typo

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@51209 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 13 years ago
parent
commit
7a5fafef3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vector/v.rectify/main.c

+ 1 - 1
vector/v.rectify/main.c

@@ -78,7 +78,7 @@ int main(int argc, char *argv[])
 
     pfile = G_define_standard_option(G_OPT_F_INPUT);
     pfile->key = "points";
-    pfile->description = _("Name to input file with control points");
+    pfile->description = _("Name of input file with control points");
     pfile->required = NO;
 
     val = G_define_option();