[GRASS-SVN] r50940 - in grass/trunk: imagery/i.aster.toar lib/gis lib/init lib/raster raster/r.li/r.li.setup raster/r.sun vector/v.external

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 25 08:38:13 EST 2012


Author: neteler
Date: 2012-02-25 05:38:13 -0800 (Sat, 25 Feb 2012)
New Revision: 50940

Modified:
   grass/trunk/imagery/i.aster.toar/main.c
   grass/trunk/lib/gis/parser_wps.c
   grass/trunk/lib/init/Makefile
   grass/trunk/lib/raster/R.h
   grass/trunk/raster/r.li/r.li.setup/r.li.setup.html
   grass/trunk/raster/r.sun/r.sun.html
   grass/trunk/vector/v.external/v.external.html
Log:
typos fixed, part 3 (bug trac #1591)

Modified: grass/trunk/imagery/i.aster.toar/main.c
===================================================================
--- grass/trunk/imagery/i.aster.toar/main.c	2012-02-25 13:38:11 UTC (rev 50939)
+++ grass/trunk/imagery/i.aster.toar/main.c	2012-02-25 13:38:13 UTC (rev 50940)
@@ -162,7 +162,7 @@
     radiance = (flag0->answer);
 
     /********************/
-    /*Prepare the ouput file names */
+    /*Prepare the output file names */
 
     /********************/
     sprintf(result0,"%s%s", result, ".1");

Modified: grass/trunk/lib/gis/parser_wps.c
===================================================================
--- grass/trunk/lib/gis/parser_wps.c	2012-02-25 13:38:11 UTC (rev 50939)
+++ grass/trunk/lib/gis/parser_wps.c	2012-02-25 13:38:13 UTC (rev 50940)
@@ -350,7 +350,7 @@
 
     found_output = 0;
 
-    /*parse the ouput. only raster and vector map and stdout are supported */
+    /*parse the output. only raster and vector map and stdout are supported */
     if (st->n_opts) {
 	opt = &st->first_option;
 	while (opt != NULL) {

Modified: grass/trunk/lib/init/Makefile
===================================================================
--- grass/trunk/lib/init/Makefile	2012-02-25 13:38:11 UTC (rev 50939)
+++ grass/trunk/lib/init/Makefile	2012-02-25 13:38:13 UTC (rev 50940)
@@ -52,7 +52,7 @@
 ifneq ($(strip $(MINGW)),)
 $(ARCH_BINDIR)/$(START_UP): grass.sh
 	@test -d $(ARCH_BINDIR) || (echo 'ARCH_BINDIR($(ARCH_BINDIR))' not found; exit 1)
-	@test -w $(ARCH_BINDIR) || (echo 'ARCH_BINDIR($(ARCH_BINDIR))' not writeable; exit 1)
+	@test -w $(ARCH_BINDIR) || (echo 'ARCH_BINDIR($(ARCH_BINDIR))' not writable; exit 1)
 	rm -f $@ ; true
 	sed \
 	-e 's#@BINDIR@#$(ARCH_BINDIR)#' \

Modified: grass/trunk/lib/raster/R.h
===================================================================
--- grass/trunk/lib/raster/R.h	2012-02-25 13:38:11 UTC (rev 50939)
+++ grass/trunk/lib/raster/R.h	2012-02-25 13:38:13 UTC (rev 50940)
@@ -82,7 +82,7 @@
     int window_set;		/* Flag: window set?                    */
     int split_window;           /* Separate windows for input and output */
     struct Cell_head rd_window;	/* Window used for input        */
-    struct Cell_head wr_window;	/* Window used for ouput        */
+    struct Cell_head wr_window;	/* Window used for output       */
 
     int fileinfo_count;
     struct fileinfo *fileinfo;

Modified: grass/trunk/raster/r.li/r.li.setup/r.li.setup.html
===================================================================
--- grass/trunk/raster/r.li/r.li.setup/r.li.setup.html	2012-02-25 13:38:11 UTC (rev 50939)
+++ grass/trunk/raster/r.li/r.li.setup/r.li.setup.html	2012-02-25 13:38:13 UTC (rev 50940)
@@ -7,7 +7,7 @@
 The configurations are raster map independent, 
 it means that you can use a file created on a raster map for analyze any 
 other you have. <br>
-The program is completly interactive and uses a GUI to help you 
+The program is completely interactive and uses a GUI to help you 
 in your choices.
 
 <h3>Analysis methods</h3>

Modified: grass/trunk/raster/r.sun/r.sun.html
===================================================================
--- grass/trunk/raster/r.sun/r.sun.html	2012-02-25 13:38:11 UTC (rev 50939)
+++ grass/trunk/raster/r.sun/r.sun.html	2012-02-25 13:38:13 UTC (rev 50940)
@@ -119,7 +119,7 @@
 both cell sizes. The reasonable values are in the range 0.5-1.5.  The values
 below 0.5 will decrease and values above 1.0 will increase the computing
 speed. Values greater than 2.0 may produce estimates with lower accuracy
-in highly dissected relief. The fully shadowed areas are written to the ouput
+in highly dissected relief. The fully shadowed areas are written to the output
 maps as zero values. Areas with NULL data are considered as no barrier with
 shadowing effect .
 <p>The maps' history files are generated containing the following listed 

Modified: grass/trunk/vector/v.external/v.external.html
===================================================================
--- grass/trunk/vector/v.external/v.external.html	2012-02-25 13:38:11 UTC (rev 50939)
+++ grass/trunk/vector/v.external/v.external.html	2012-02-25 13:38:13 UTC (rev 50940)
@@ -62,7 +62,7 @@
 results with input layers created by <em>v.external</em>.
 
 <p>See <em><a href="v.db.connect.html">v.db.connect</a></em> for an example of
-maintaining attributes in external DBMS in also writeable mode.
+maintaining attributes in external DBMS in also writable mode.
 
 <h2>REFERENCES</h2>
 



More information about the grass-commit mailing list