[GRASS-SVN] r55613 - grass/trunk/lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Apr 3 10:04:30 PDT 2013


Author: martinl
Date: 2013-04-03 10:04:30 -0700 (Wed, 03 Apr 2013)
New Revision: 55613

Modified:
   grass/trunk/lib/gis/parser.c
Log:
libgis: typo in comment


Modified: grass/trunk/lib/gis/parser.c
===================================================================
--- grass/trunk/lib/gis/parser.c	2013-04-03 16:43:00 UTC (rev 55612)
+++ grass/trunk/lib/gis/parser.c	2013-04-03 17:04:30 UTC (rev 55613)
@@ -1329,7 +1329,8 @@
                             found = TRUE;
 		    }
                     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())) {
                             found = TRUE;
                         }



More information about the grass-commit mailing list