[gimp-help] Fix spelling errors



commit 3dd571e15496ac5d3d1e8c965598f00ad29118fa
Author: Daniele Forsi <dforsi gmail com>
Date:   Sat Jul 30 13:31:18 2022 +0200

    Fix spelling errors

 README.md                         | 6 +++---
 src/glossary/glossary.xml         | 2 +-
 src/toolbox/paint/bucket-fill.xml | 2 +-
 src/using/fileformats.xml         | 2 +-
 tools/xml_helper.py               | 2 +-
 web/help.xml                      | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/README.md b/README.md
index 1514376bb..461cf701a 100644
--- a/README.md
+++ b/README.md
@@ -139,7 +139,7 @@ TODO
 - What packages are required and/or optional to build gimp-help.
 - Add style guide and add link to it here.
 
-Preferrably build the most up to date manual yourself or check
+Preferably build the most up to date manual yourself or check
 the latest uploaded version at https://docs.gimp.org/2.10/en/.
 
 The source of the manual can be found in XML files in the /src
@@ -171,7 +171,7 @@ https://gitlab.gnome.org/GNOME/gimp-help/issues
   `en` above with their language code.
 
   When you edit an XML file and want to quickly check your changes,
-  you can create a single quick-and-dirty HMTL draft file with
+  you can create a single quick-and-dirty HTML draft file with
 
     make src/of/the/xml-file.draft
 
@@ -182,7 +182,7 @@ https://gitlab.gnome.org/GNOME/gimp-help/issues
 
   where the path name is preceded with "preview-".
 
-  The name of the HMTL draft file depends on its id (not on the name
+  The name of the HTML draft file depends on its id (not on the name
   of the XML source file!) and is displayed when the file is created.
 
 
diff --git a/src/glossary/glossary.xml b/src/glossary/glossary.xml
index 964a208b6..ca554f0c1 100644
--- a/src/glossary/glossary.xml
+++ b/src/glossary/glossary.xml
@@ -1091,7 +1091,7 @@ https://gitlab.gnome.org/GNOME/gimp-help/tree/master/docs/xcf images folder-->
       <para>With
       <link linkend="glossary-display-referred">display-referred</link> data
       you have roughly two and half stops of head room above middle gray and
-      maybe six and a half useable stops below middle gray, at which point the
+      maybe six and a half usable stops below middle gray, at which point the
       data is too densely packed into too few tonal steps to accurately display
       differences between solid black and "just barely gray". So at best you
       have 9 stops of dynamic range, compared to the 20 or more stops of
diff --git a/src/toolbox/paint/bucket-fill.xml b/src/toolbox/paint/bucket-fill.xml
index df8f9b567..2859051c3 100644
--- a/src/toolbox/paint/bucket-fill.xml
+++ b/src/toolbox/paint/bucket-fill.xml
@@ -213,7 +213,7 @@
                 author describes clearly problems he met in
                   <ulink 
             url="https://girinstud.io/news/2019/02/smart-colorization-in-gimp/"/>.
-                Options are described bellow.
+                Options are described below.
               </para>
             </listitem>
           </itemizedlist>
diff --git a/src/using/fileformats.xml b/src/using/fileformats.xml
index e5ef6b1f2..6b7799548 100644
--- a/src/using/fileformats.xml
+++ b/src/using/fileformats.xml
@@ -472,7 +472,7 @@ url="http://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format";>Wikipedia</
                     encoding (a lossless data compression scheme) that, since 
                     GIMP-2.10 can be used in exporting as JPEG. Images using 
                     arithmetic encoding can be 5 - 10 % smaller. But older 
-                    softwares may have trouble opening these images.
+                    software may have trouble opening these images.
                   </para>
                 </listitem>
               </varlistentry>
diff --git a/tools/xml_helper.py b/tools/xml_helper.py
index 26fa06b28..a1e1083ee 100644
--- a/tools/xml_helper.py
+++ b/tools/xml_helper.py
@@ -296,7 +296,7 @@ def _format_xml_internal (child_langs,
                 index += 1
 
 def format_xml (node):
-    """Recursively sort the chidren tags by lang attrib"""
+    """Recursively sort the children tags by lang attrib"""
     group = None
     child_langs = []
     nodes_by_lang = {}
diff --git a/web/help.xml b/web/help.xml
index 2b4aced57..3c4ad8a6f 100644
--- a/web/help.xml
+++ b/web/help.xml
@@ -85,7 +85,7 @@
       repository is the right place to start.
     </para>
     <para>
-      Preferrably you build the most up to date manual yourself, or check
+      Preferably you build the most up to date manual yourself, or check
       the latest <ulink url='https://docs.gimp.org/2.10/en/'>online version</ulink>.
       The source of the manual can be found in XML files in the
       <ulink url='https://gitlab.gnome.org/GNOME/gimp-help/-/tree/master/src'>/src</ulink>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]