Pārlūkot izejas kodu

typos fixed, part 3 (bug trac https://trac.osgeo.org/grass/ticket/1591)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50940 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 13 gadi atpakaļ
vecāks
revīzija
14387869d4

+ 1 - 1
imagery/i.aster.toar/main.c

@@ -162,7 +162,7 @@ int main(int argc, char *argv[])
     radiance = (flag0->answer);
 
     /********************/
-    /*Prepare the ouput file names */
+    /*Prepare the output file names */
 
     /********************/
     sprintf(result0,"%s%s", result, ".1");

+ 1 - 1
lib/gis/parser_wps.c

@@ -350,7 +350,7 @@ void G__wps_print_process_description(void)
 
     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) {

+ 1 - 1
lib/init/Makefile

@@ -52,7 +52,7 @@ default: $(FILES) $(patsubst %,$(HTMLDIR)/%,$(HTMLFILES))
 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)#' \

+ 1 - 1
lib/raster/R.h

@@ -82,7 +82,7 @@ struct R__			/*  Structure of library globals */
     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;

+ 1 - 1
raster/r.li/r.li.setup/r.li.setup.html

@@ -7,7 +7,7 @@ others r.li programs. For a general introduction, see
 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>

+ 1 - 1
raster/r.sun/r.sun.html

@@ -119,7 +119,7 @@ distance. This basic sampling distance equals to the arithmetic average of
 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 

+ 1 - 1
vector/v.external/v.external.html

@@ -62,7 +62,7 @@ modules working correctly with GRASS native data, can produce wrong
 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>