Browse Source

libgis: typo in comment

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55613 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 years ago
parent
commit
f5df7e42d1
1 changed files with 2 additions and 1 deletions
  1. 2 1
      lib/gis/parser.c

+ 2 - 1
lib/gis/parser.c

@@ -1329,7 +1329,8 @@ static int check_overwrite(void)
                             found = TRUE;
                             found = TRUE;
 		    }
 		    }
                     else if (strcmp(element, "mapset") != 0) {
                     else if (strcmp(element, "mapset") != 0) {
-                        /* TOD0: other elements should be probably skipped */
+                        /* TODO: also other elements should be
+                           probably skipped */
                         if (G_find_file(element, opt->answers[i], G_mapset())) {
                         if (G_find_file(element, opt->answers[i], G_mapset())) {
                             found = TRUE;
                             found = TRUE;
                         }
                         }