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

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 24 18:57:32 EDT 2010


Author: huhabla
Date: 2010-04-24 18:57:31 -0400 (Sat, 24 Apr 2010)
New Revision: 42024

Modified:
   grass/trunk/lib/gis/parser_wps.c
Log:
Typo fix

Modified: grass/trunk/lib/gis/parser_wps.c
===================================================================
--- grass/trunk/lib/gis/parser_wps.c	2010-04-24 22:35:15 UTC (rev 42023)
+++ grass/trunk/lib/gis/parser_wps.c	2010-04-24 22:57:31 UTC (rev 42024)
@@ -174,11 +174,11 @@
     wps_print_data_inputs_begin();
 
     /* We have two default options, which define the resolution of the created mapset */
-    wps_print_literal_input_output(WPS_INPUT, 0, 1, "grass_resolution_ns", "Resolution of the mapset in north-south direction in [m] or [°]",
-        "This parameter defines the north-south resolution of the mapset in meter or degrees, which should be used ot process the input and output raster data. To enable this setting, you need to specify north-south and east-west resolution.",
+    wps_print_literal_input_output(WPS_INPUT, 0, 1, "grass_resolution_ns", "Resolution of the mapset in north-south direction in [m] or [degrees]",
+        "This parameter defines the north-south resolution of the mapset in meter or degrees, which should be used to process the input and output raster data. To enable this setting, you need to specify north-south and east-west resolution.",
         "float", 0, NULL, 0, "25", TYPE_OTHER);
-    wps_print_literal_input_output(WPS_INPUT, 0, 1, "grass_resolution_ew", "Resolution of the mapset in east-west direction in [m] or [°]",
-        "This parameter defines the east-west resolution of the mapset in meters or degrees, which should be used ot process the input and output raster data.  To enable this setting, you need to specify north-south and east-west resolution.",
+    wps_print_literal_input_output(WPS_INPUT, 0, 1, "grass_resolution_ew", "Resolution of the mapset in east-west direction in [m] or [degrees]",
+        "This parameter defines the east-west resolution of the mapset in meters or degrees, which should be used to process the input and output raster data.  To enable this setting, you need to specify north-south and east-west resolution.",
         "float", 0, NULL, 0, "25", TYPE_OTHER);
     wps_print_literal_input_output(WPS_INPUT, 0, 1, "grass_band_number", "Band to select for processing (default is all bands)",
         "This parameter defines band number of the input raster files which should be processed. As default all bands are processed and used as single and multiple inputs for raster modules.",



More information about the grass-commit mailing list