[GRASS-SVN] r56722 - in grass/branches/releasebranch_6_4: general/g.mapset raster/r.gwflow raster/r.li/r.li.daemon raster/r.sun2 vector/v.clean vector/v.generalize vector/v.overlay

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jun 15 20:08:46 PDT 2013


Author: hamish
Date: 2013-06-15 20:08:46 -0700 (Sat, 15 Jun 2013)
New Revision: 56722

Modified:
   grass/branches/releasebranch_6_4/general/g.mapset/description.html
   grass/branches/releasebranch_6_4/raster/r.gwflow/description.html
   grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/description.html
   grass/branches/releasebranch_6_4/raster/r.sun2/description.html
   grass/branches/releasebranch_6_4/vector/v.clean/main.c
   grass/branches/releasebranch_6_4/vector/v.clean/prune.c
   grass/branches/releasebranch_6_4/vector/v.generalize/misc.c
   grass/branches/releasebranch_6_4/vector/v.overlay/description.html
Log:
spelling fixes picked up by Lintian (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/general/g.mapset/description.html
===================================================================
--- grass/branches/releasebranch_6_4/general/g.mapset/description.html	2013-06-16 03:05:30 UTC (rev 56721)
+++ grass/branches/releasebranch_6_4/general/g.mapset/description.html	2013-06-16 03:08:46 UTC (rev 56722)
@@ -1,6 +1,6 @@
 <h2>DESCRIPTION</h2>
 
-<em>g.mapset</em> allows to change the current MAPSET, LOCATION, or GISDBASE.
+<em>g.mapset</em> changes the current working MAPSET, LOCATION, or GISDBASE.
 This is a fairly radical maneuver to run mid-session, take care when running
 the GUI at the same time.
 

Modified: grass/branches/releasebranch_6_4/raster/r.gwflow/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.gwflow/description.html	2013-06-16 03:05:30 UTC (rev 56721)
+++ grass/branches/releasebranch_6_4/raster/r.gwflow/description.html	2013-06-16 03:08:46 UTC (rev 56722)
@@ -64,7 +64,7 @@
 The groundwater flow equation can be solved with several solvers.
 Two iterative solvers with sparse and quadratic matrices support are implemented.
 The conjugate gradients (cg) method and the biconjugate gradients-stabilized (bicgstab) method. 
-Aditionally a direct Gauss solver and LU solver are available. Those direct solvers
+Additionally a direct Gauss solver and LU solver are available. Those direct solvers
 only work with normal quadratic matrices, so be careful using them with large maps 
 (maps of size 10.000 cells will need more than one gigabyte of RAM).
 Always prefer a sparse matrix solver.

Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/description.html	2013-06-16 03:05:30 UTC (rev 56721)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.daemon/description.html	2013-06-16 03:08:46 UTC (rev 56722)
@@ -15,7 +15,7 @@
 <H2>DESCRIPTION</H2>
 
 <EM>r.li.daemon</EM> provides support for landscape index calculations on raster
-maps. It hides the managment of areas, defined using <a href="r.li.setup.html">r.li.setup</a>
+maps. It hides the management of areas, defined using <a href="r.li.setup.html">r.li.setup</a>
 command. It is not used like a standalone program, but its functions are 
 a library used by all <em>r.li.[index]</em> commands.<br>
 This description is a tutorial for new index definition. <br><br>
@@ -64,7 +64,7 @@
 RLI_get_fcell_row(int, int, area_des)
 RLI_get_dcell_row(int, int, area_des)
 </pre></div><br>
-to use an ad hoc build memory managment developed to speed up the system.
+to use an ad hoc build memory management developed to speed up the system.
 The documentation is in doxygen files.
 
 

Modified: grass/branches/releasebranch_6_4/raster/r.sun2/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.sun2/description.html	2013-06-16 03:05:30 UTC (rev 56721)
+++ grass/branches/releasebranch_6_4/raster/r.sun2/description.html	2013-06-16 03:08:46 UTC (rev 56722)
@@ -53,7 +53,7 @@
 and defined projection/coordinate system (check it with the <a href="g.proj.html">
 g.proj</a>
  command). If you have undefined projection, (x,y) system, etc. then the latitude
-can be defined explicitely for large areas by input raster map <i>latin</i>
+can be defined explicitly for large areas by input raster map <i>latin</i>
  with interpolated latitude values. All input raster maps must
 be floating point (FCELL) raster maps. Null data in maps are excluded from
 the computation (and also speeding-up the computation), so each output raster

Modified: grass/branches/releasebranch_6_4/vector/v.clean/main.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.clean/main.c	2013-06-16 03:05:30 UTC (rev 56721)
+++ grass/branches/releasebranch_6_4/vector/v.clean/main.c	2013-06-16 03:08:46 UTC (rev 56722)
@@ -78,7 +78,7 @@
 	  "point shared between 2 and more polygons where angles of segments are different;"
 	  "prune;remove vertices in threshold from lines and boundaries, "
 	  "boundary is pruned only if topology is not damaged (new intersection, "
-	  "changed attachement of centroid), first and last segment of the boundary "
+	  "changed attachment of centroid), first and last segment of the boundary "
 	  "is never changed;"
 	  "rmarea;remove small areas, the longest boundary with adjacent area is removed;"
 	  "rmline;remove all lines or boundaries of zero length, threshold is ignored;"

Modified: grass/branches/releasebranch_6_4/vector/v.clean/prune.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.clean/prune.c	2013-06-16 03:05:30 UTC (rev 56721)
+++ grass/branches/releasebranch_6_4/vector/v.clean/prune.c	2013-06-16 03:08:46 UTC (rev 56722)
@@ -200,7 +200,7 @@
 
 	    if (left_new != left_old || right_new != right_old) {
 		G_debug(3,
-			"The pruned boundary changes attachement of centroid -> not pruned");
+			"The pruned boundary changes attachment of centroid -> not pruned");
 		Vect_rewrite_line(Out, newline, type, Points, Cats);
 		if (Err) {
 		    Vect_delete_line(Err, newline_err);

Modified: grass/branches/releasebranch_6_4/vector/v.generalize/misc.c
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.generalize/misc.c	2013-06-16 03:05:30 UTC (rev 56721)
+++ grass/branches/releasebranch_6_4/vector/v.generalize/misc.c	2013-06-16 03:08:46 UTC (rev 56722)
@@ -349,7 +349,7 @@
 
     if (left_new != left_old || right_new != right_old) {
 	G_debug(3,
-		"The modified boundary changes attachement of centroid -> not modified");
+		"The modified boundary changes attachment of centroid -> not modified");
 	Vect_rewrite_line(Out, newline, GV_BOUNDARY, APoints, Cats);
 	return 0;
     }

Modified: grass/branches/releasebranch_6_4/vector/v.overlay/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.overlay/description.html	2013-06-16 03:05:30 UTC (rev 56721)
+++ grass/branches/releasebranch_6_4/vector/v.overlay/description.html	2013-06-16 03:08:46 UTC (rev 56722)
@@ -37,11 +37,11 @@
 <em>b_</em>) corresponding to <em>ainput</em> and <em>binput</em> map.
 <p>
 If the second number of the <em>olayer</em> option is > 0, then the 
-categories of <em>ainput</em> in layer <em>alayer</em> are transfered to
+categories of <em>ainput</em> in layer <em>alayer</em> are transferred to
 the output layer with the second number.
 <p>
 If the third number of the <em>olayer</em> option is > 0, then the 
-categories of <em>binput</em> in layer <em>blayer</em> are transfered to
+categories of <em>binput</em> in layer <em>blayer</em> are transferred to
 the output layer with the third number.
 
 <h2>NOTES</h2>



More information about the grass-commit mailing list