[GRASS-SVN] r50941 - in grass/branches/develbranch_6: display/d.rast.edit imagery/i.ortho.photo/i.photo.2image imagery/i.ortho.photo/menu lib/init raster/r.li/r.li.setup raster/r.sun raster/r.sun2 raster/r.watershed/seg 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: 50941

Modified:
   grass/branches/develbranch_6/display/d.rast.edit/main.c
   grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2image/description.html
   grass/branches/develbranch_6/imagery/i.ortho.photo/menu/menu.c
   grass/branches/develbranch_6/lib/init/Makefile
   grass/branches/develbranch_6/raster/r.li/r.li.setup/description.html
   grass/branches/develbranch_6/raster/r.sun/description.html
   grass/branches/develbranch_6/raster/r.sun2/description.html
   grass/branches/develbranch_6/raster/r.watershed/seg/close_maps.c
   grass/branches/develbranch_6/vector/v.external/description.html
Log:
typos fixed, part 3 (bug trac #1591)

Modified: grass/branches/develbranch_6/display/d.rast.edit/main.c
===================================================================
--- grass/branches/develbranch_6/display/d.rast.edit/main.c	2012-02-25 13:38:13 UTC (rev 50940)
+++ grass/branches/develbranch_6/display/d.rast.edit/main.c	2012-02-25 13:38:13 UTC (rev 50941)
@@ -78,7 +78,7 @@
 	G_fatal_error("No graphics device selected");
     /*
      * if the monitor is divided into more than one window, find which is
-     * the choosen, current one being used
+     * the chosen, current one being used
      */
 
     if (D_get_cur_wind(temp))

Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2image/description.html
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2image/description.html	2012-02-25 13:38:13 UTC (rev 50940)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/i.photo.2image/description.html	2012-02-25 13:38:13 UTC (rev 50941)
@@ -4,7 +4,7 @@
 you to mark fiducial or reseau points on an image to be
 ortho-rectified and then computes the image-to-photo
 coordinate transformation parameters.  The coordinates of
-the fiducials or reseau marks can be choosen for a camera
+the fiducials or reseau marks can be chosen for a camera
 reference file.
 <P>
 

Modified: grass/branches/develbranch_6/imagery/i.ortho.photo/menu/menu.c
===================================================================
--- grass/branches/develbranch_6/imagery/i.ortho.photo/menu/menu.c	2012-02-25 13:38:13 UTC (rev 50940)
+++ grass/branches/develbranch_6/imagery/i.ortho.photo/menu/menu.c	2012-02-25 13:38:13 UTC (rev 50941)
@@ -111,7 +111,7 @@
 	if (*buf == 0)		/* exit */
 	    exit(EXIT_SUCCESS);
 
-	/* run the program choosen */
+	/* run the program chosen */
 	G_strip(buf);
 	fprintf(stderr, "<%s>\n", buf);
 	if (strcmp(buf, "1") == 0)

Modified: grass/branches/develbranch_6/lib/init/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/init/Makefile	2012-02-25 13:38:13 UTC (rev 50940)
+++ grass/branches/develbranch_6/lib/init/Makefile	2012-02-25 13:38:13 UTC (rev 50941)
@@ -78,7 +78,7 @@
 
 $(ARCH_BINDIR)/$(START_UP): init.sh grass.src
 	@test -d $(ARCH_BINDIR) || (echo 'ARCH_DISTDIR($(ARCH_BINDIR))' not found; exit 1)
-	@test -w $(ARCH_BINDIR) || (echo '($(ARCH_BINDIR))' not writeable; exit 1)
+	@test -w $(ARCH_BINDIR) || (echo '($(ARCH_BINDIR))' not writable; exit 1)
 	rm -f $(ARCH_BINDIR)/$(START_UP) ; true
 	$(SHELL) -c "sed \
 	-e \"s#GISBASE_VALUE#$(GISBASE)#\" \

Modified: grass/branches/develbranch_6/raster/r.li/r.li.setup/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.li/r.li.setup/description.html	2012-02-25 13:38:13 UTC (rev 50940)
+++ grass/branches/develbranch_6/raster/r.li/r.li.setup/description.html	2012-02-25 13:38:13 UTC (rev 50941)
@@ -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/branches/develbranch_6/raster/r.sun/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.sun/description.html	2012-02-25 13:38:13 UTC (rev 50940)
+++ grass/branches/develbranch_6/raster/r.sun/description.html	2012-02-25 13:38:13 UTC (rev 50941)
@@ -111,7 +111,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/branches/develbranch_6/raster/r.sun2/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.sun2/description.html	2012-02-25 13:38:13 UTC (rev 50940)
+++ grass/branches/develbranch_6/raster/r.sun2/description.html	2012-02-25 13:38:13 UTC (rev 50941)
@@ -127,7 +127,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/branches/develbranch_6/raster/r.watershed/seg/close_maps.c
===================================================================
--- grass/branches/develbranch_6/raster/r.watershed/seg/close_maps.c	2012-02-25 13:38:13 UTC (rev 50940)
+++ grass/branches/develbranch_6/raster/r.watershed/seg/close_maps.c	2012-02-25 13:38:13 UTC (rev 50941)
@@ -139,7 +139,7 @@
 	G_write_colors(asp_name, this_mapset, &colors);
     }
     cseg_close(&asp);
-    /* visual ouput no longer needed */
+    /* visual output no longer needed */
     if (dis_flag) {
 	if (bas_thres <= 0)
 	    bas_thres = 60;

Modified: grass/branches/develbranch_6/vector/v.external/description.html
===================================================================
--- grass/branches/develbranch_6/vector/v.external/description.html	2012-02-25 13:38:13 UTC (rev 50940)
+++ grass/branches/develbranch_6/vector/v.external/description.html	2012-02-25 13:38:13 UTC (rev 50941)
@@ -63,7 +63,7 @@
 <p>
 
 See <a href="v.db.connect.html">v.db.connect</a> 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