diff --git a/display/d.histogram/bar.c b/display/d.histogram/bar.c index 2a7f9e20688..7f17909d1de 100644 --- a/display/d.histogram/bar.c +++ b/display/d.histogram/bar.c @@ -12,7 +12,7 @@ * * NOTES: * - * 1) see dhist.h for a decalaration of the structure stat_list. + * 1) see dhist.h for a declaration of the structure stat_list. * 2) see bar.h for normalized coordinates of the different parts * of the bar-chart, like the origin of the chart, the label * positions, etc. diff --git a/display/d.histogram/get_stats.c b/display/d.histogram/get_stats.c index 4d5b9b0ab8d..d855ad3c1a5 100644 --- a/display/d.histogram/get_stats.c +++ b/display/d.histogram/get_stats.c @@ -85,7 +85,7 @@ int get_stats(const char *mapname, struct stat_list *dist_stats) if (fgets(buf, sizeof(buf), fd) != NULL) { /* WARNING!!!!!! * this will be very wrong if type!=COUNT - * since the stat prodcued by r.stats will be a floating point value + * since the stat produced by r.stats will be a floating point value * possibly less than 1 (shapiro) */ if (sscanf(buf, "* %ld", &stat) == 1) { diff --git a/display/d.histogram/pie.c b/display/d.histogram/pie.c index 9657312aec8..64fe1f75f20 100644 --- a/display/d.histogram/pie.c +++ b/display/d.histogram/pie.c @@ -13,7 +13,7 @@ * * NOTES: * - * 1) see dhist.h for a decalaration of the structure stat_list. + * 1) see dhist.h for a declaration of the structure stat_list. * 2) see pie.h for normalized coordinates of the different parts * of the pie-chart, like the origin of the pie, the label * positions, etc. diff --git a/display/d.labels/d.labels.html b/display/d.labels/d.labels.html index 0bcf9b07c57..6efde10f74c 100644 --- a/display/d.labels/d.labels.html +++ b/display/d.labels/d.labels.html @@ -19,7 +19,7 @@

NOTES

ps.map.

This module was formerly known as d.paint.labels. -The the old version of d.labels from GRASS 5, which provided +The old version of d.labels from GRASS 5, which provided interactive placement and modification of paint labels, still needs to have its functionality merged into this module. diff --git a/display/d.labels/d.labels.md b/display/d.labels/d.labels.md index 1013dccf98b..6c565207d8a 100644 --- a/display/d.labels/d.labels.md +++ b/display/d.labels/d.labels.md @@ -15,7 +15,7 @@ Some of the information stored in the label file is unused by *d.labels*. This extra information is used by such programs as *[ps.map](ps.map.md)*. -This module was formerly known as *d.paint.labels*. The the old version +This module was formerly known as *d.paint.labels*. The old version of *d.labels* from GRASS 5, which provided interactive placement and modification of paint labels, still needs to have its functionality merged into this module. diff --git a/display/d.legend/get_stats.c b/display/d.legend/get_stats.c index b329d40e120..4c58a218aee 100644 --- a/display/d.legend/get_stats.c +++ b/display/d.legend/get_stats.c @@ -81,7 +81,7 @@ void get_stats(const char *mapname, struct stat_list *dist_stats, int nsteps, if (fgets(buf, sizeof(buf), fd) != NULL) { /* WARNING!!!!!! * this will be very wrong if type!=COUNT - * since the stat prodcued by r.stats will be a floating point value + * since the stat produced by r.stats will be a floating point value * possibly less than 1 (shapiro) */ if (sscanf(buf, "* %ld", &stat) == 1) { diff --git a/display/d.vect/d.vect.html b/display/d.vect/d.vect.html index 38341d0afcb..934dc526b42 100644 --- a/display/d.vect/d.vect.html +++ b/display/d.vect/d.vect.html @@ -12,7 +12,7 @@

NOTES

When d.vect is used with where parameter on MS Windows Command Prompt, it is important to use ˆ -carret symbol for escaping special characters < > ( ) & | , ; ". +caret symbol for escaping special characters < > ( ) & | , ; ".

 d.vect map=vector_map where="cat ˆ> 10 AND cat ˆ< 20"
 
diff --git a/display/d.vect/d.vect.md b/display/d.vect/d.vect.md index 00367b84459..9fb116ad1af 100644 --- a/display/d.vect/d.vect.md +++ b/display/d.vect/d.vect.md @@ -11,7 +11,7 @@ vector type, colors, data fields, SQL queries, label size and justification, etc. When *d.vect* is used with **where** parameter on MS Windows Command -Prompt, it is important to use `ˆ` carret symbol for escaping special +Prompt, it is important to use `ˆ` caret symbol for escaping special characters `< > ( ) & | , ; "`. ```sh diff --git a/display/displaydrivers.html b/display/displaydrivers.html index 2caab56be77..37b207a9cf5 100644 --- a/display/displaydrivers.html +++ b/display/displaydrivers.html @@ -21,7 +21,7 @@

GRASS_RENDER_COMMAND

If environmental variable GRASS_RENDER_COMMAND is defined, rendering is redirected by display library to the given external command -defined by this variable. Currently only Python scrips are supported. +defined by this variable. Currently only Python scripts are supported.

Lets start with simple example of Python script called render.py: diff --git a/display/displaydrivers.md b/display/displaydrivers.md index 2b2f2ac8f9c..4b1b63c489e 100644 --- a/display/displaydrivers.md +++ b/display/displaydrivers.md @@ -22,7 +22,7 @@ variable or by running *[d.mon](d.mon.md)* module. If environmental variable GRASS_RENDER_COMMAND is defined, rendering is redirected by display library to the given external command defined by -this variable. Currently only Python scrips are supported. +this variable. Currently only Python scripts are supported. Lets start with simple example of Python script called *render.py*: