[GRASS-SVN] r50939 - in grass/branches/releasebranch_6_4:
display/d.rast.edit imagery/i.ortho.photo/i.photo.2image
imagery/i.ortho.photo/menu lib/gpde lib/init
raster/r.li/r.li.setup raster/r.sun2 vector/v.external
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Feb 25 08:38:11 EST 2012
Author: neteler
Date: 2012-02-25 05:38:11 -0800 (Sat, 25 Feb 2012)
New Revision: 50939
Modified:
grass/branches/releasebranch_6_4/display/d.rast.edit/main.c
grass/branches/releasebranch_6_4/imagery/i.ortho.photo/i.photo.2image/description.html
grass/branches/releasebranch_6_4/imagery/i.ortho.photo/menu/menu.c
grass/branches/releasebranch_6_4/lib/gpde/N_solvers_krylov.c
grass/branches/releasebranch_6_4/lib/init/Makefile
grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/description.html
grass/branches/releasebranch_6_4/raster/r.sun2/description.html
grass/branches/releasebranch_6_4/vector/v.external/description.html
Log:
typos fixed, part 3 (bug trac #1591)
Modified: grass/branches/releasebranch_6_4/display/d.rast.edit/main.c
===================================================================
--- grass/branches/releasebranch_6_4/display/d.rast.edit/main.c 2012-02-25 13:21:05 UTC (rev 50938)
+++ grass/branches/releasebranch_6_4/display/d.rast.edit/main.c 2012-02-25 13:38:11 UTC (rev 50939)
@@ -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/releasebranch_6_4/imagery/i.ortho.photo/i.photo.2image/description.html
===================================================================
--- grass/branches/releasebranch_6_4/imagery/i.ortho.photo/i.photo.2image/description.html 2012-02-25 13:21:05 UTC (rev 50938)
+++ grass/branches/releasebranch_6_4/imagery/i.ortho.photo/i.photo.2image/description.html 2012-02-25 13:38:11 UTC (rev 50939)
@@ -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/releasebranch_6_4/imagery/i.ortho.photo/menu/menu.c
===================================================================
--- grass/branches/releasebranch_6_4/imagery/i.ortho.photo/menu/menu.c 2012-02-25 13:21:05 UTC (rev 50938)
+++ grass/branches/releasebranch_6_4/imagery/i.ortho.photo/menu/menu.c 2012-02-25 13:38:11 UTC (rev 50939)
@@ -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/releasebranch_6_4/lib/gpde/N_solvers_krylov.c
===================================================================
--- grass/branches/releasebranch_6_4/lib/gpde/N_solvers_krylov.c 2012-02-25 13:21:05 UTC (rev 50938)
+++ grass/branches/releasebranch_6_4/lib/gpde/N_solvers_krylov.c 2012-02-25 13:38:11 UTC (rev 50939)
@@ -902,7 +902,7 @@
* \brief Compute a diagonal preconditioning matrix for krylov space solver
*
* \param L N_les*
- * \pram prec int -- the preconditioner which should be choosen N_DIAGONAL_PRECONDITION, N_ROWSUM_PRECONDITION
+ * \pram prec int -- the preconditioner which should be chosen N_DIAGONAL_PRECONDITION, N_ROWSUM_PRECONDITION
* \return M N_les* -- the preconditioning matrix
*
* */
Modified: grass/branches/releasebranch_6_4/lib/init/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/Makefile 2012-02-25 13:21:05 UTC (rev 50938)
+++ grass/branches/releasebranch_6_4/lib/init/Makefile 2012-02-25 13:38:11 UTC (rev 50939)
@@ -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/releasebranch_6_4/raster/r.li/r.li.setup/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/description.html 2012-02-25 13:21:05 UTC (rev 50938)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.setup/description.html 2012-02-25 13:38:11 UTC (rev 50939)
@@ -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/releasebranch_6_4/raster/r.sun2/description.html
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.sun2/description.html 2012-02-25 13:21:05 UTC (rev 50938)
+++ grass/branches/releasebranch_6_4/raster/r.sun2/description.html 2012-02-25 13:38:11 UTC (rev 50939)
@@ -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/releasebranch_6_4/vector/v.external/description.html
===================================================================
--- grass/branches/releasebranch_6_4/vector/v.external/description.html 2012-02-25 13:21:05 UTC (rev 50938)
+++ grass/branches/releasebranch_6_4/vector/v.external/description.html 2012-02-25 13:38:11 UTC (rev 50939)
@@ -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