[gimp-help] Fixes various typos



commit 8a2a2de4c9ed91ed9fd7d23bf814c3cd3b4d9364
Author: luz.paz <luzpaz users noreply github com>
Date:   Sun Nov 24 06:34:07 2019 -0500

    Fixes various typos
    
    Found using `codespell`

 HACKING                                 | 4 ++--
 src/appendix/history-20.xml             | 2 +-
 src/concepts/brushes.xml                | 2 +-
 src/filters/distort/lens-distortion.xml | 2 +-
 src/filters/map/displace.xml            | 2 +-
 src/images/Wilber.xcf.gz.README         | 6 +++---
 src/menus/colors/colorize.xml           | 2 +-
 src/using/script-fu-gui-api.xml         | 2 +-
 stylesheets/languageMenu.xsl            | 2 +-
 stylesheets/plainprint.xsl              | 2 +-
 tools/README                            | 2 +-
 tools/validate_references.py            | 2 +-
 tools/xml2po/modes/gimphelp.py          | 2 +-
 tools/xml_helper.py                     | 2 +-
 web/stylesheets/createHTML.xsl          | 2 +-
 15 files changed, 18 insertions(+), 18 deletions(-)
---
diff --git a/HACKING b/HACKING
index cc4dd63c3..cfa8fd268 100644
--- a/HACKING
+++ b/HACKING
@@ -44,7 +44,7 @@
     order of the language codes
 
   §5. Indentation
-  §5.1. Space or tab characters can be used for indentation, but it is higly
+  §5.1. Space or tab characters can be used for indentation, but it is highly
     recommended not to mix space and tab character usage in one single xml
     file.
   §5.2. Indentation width is two spaces (0x20). One tab (0x09) is equivalent
@@ -131,7 +131,7 @@ Appendix I Inline elements
   <prompt>
   <property>
   <quote>
-  <replacable>
+  <replaceable>
   <returnvalue>
   <shortcut>
   <structfield>
diff --git a/src/appendix/history-20.xml b/src/appendix/history-20.xml
index f32e1056e..caf8e757e 100644
--- a/src/appendix/history-20.xml
+++ b/src/appendix/history-20.xml
@@ -358,7 +358,7 @@
         <itemizedlist>
           <listitem>
             <para>
-              Higher-quality antialiasing in some places — most notibly in the
+              Higher-quality antialiasing in some places — most notably in the
               Text tool.
             </para>
           </listitem>
diff --git a/src/concepts/brushes.xml b/src/concepts/brushes.xml
index 450ec8339..df313e284 100644
--- a/src/concepts/brushes.xml
+++ b/src/concepts/brushes.xml
@@ -105,7 +105,7 @@
         <para>
          To create such a brush: Create a small RGBA image. For this, open
          New Image, select RGB for image type and Transparent for fill type.
-         Draw your image and and firs save it as a .xcf file to keep its
+         Draw your image and and first save it as an .xcf file to keep its
          properties. Then save it in <emphasis>.gbr</emphasis> format. Click
          on the <emphasis>Refresh</emphasis> button in Brush Dialog to get
          your brush without it being necessary to restart <acronym>GIMP</acronym>.
diff --git a/src/filters/distort/lens-distortion.xml b/src/filters/distort/lens-distortion.xml
index ba79d0653..4839c6b5e 100644
--- a/src/filters/distort/lens-distortion.xml
+++ b/src/filters/distort/lens-distortion.xml
@@ -213,7 +213,7 @@
             must be non zero for this option to produce noticeable results.
           </para>
           <figure>
-            <title>Example result of Brigthen option (Main set to 75.0)</title>
+            <title>Example result of the Brighten option (Main set to 75.0)</title>
             <mediaobject>
               <imageobject>
                 <imagedata format="PNG"
diff --git a/src/filters/map/displace.xml b/src/filters/map/displace.xml
index 64f56a634..5b7288f6b 100644
--- a/src/filters/map/displace.xml
+++ b/src/filters/map/displace.xml
@@ -140,7 +140,7 @@
         <listitem>
           <para>
             Interpolation methods are described in 
-              <link linkend="gimp-tool-interpolation-methods">Transfom 
+              <link linkend="gimp-tool-interpolation-methods">Transform 
                 tools</link>
           </para>
         </listitem>
diff --git a/src/images/Wilber.xcf.gz.README b/src/images/Wilber.xcf.gz.README
index fad28f484..528efb4f4 100644
--- a/src/images/Wilber.xcf.gz.README
+++ b/src/images/Wilber.xcf.gz.README
@@ -1,10 +1,10 @@
 Wilber.xcf.gz.README
 -----------------------------------------------------------------------------
 
-This is Wilber, the Gimp Mascot.
+This is Wilber, the GIMP Mascot.
 
-Gimp is a image manipulation program for unix computers, see 
-http://www.gimp.org for more detais.
+GIMP is a image manipulation program for unix computers, see 
+http://www.gimp.org for more details.
 
 The use of Wilber.xcf.gz is free, though it would be kind of you to mention 
 the original author (Tuomas Kuosmanen <tigert gimp org>) somewhere.
diff --git a/src/menus/colors/colorize.xml b/src/menus/colors/colorize.xml
index d9c9df27e..4e2977131 100644
--- a/src/menus/colors/colorize.xml
+++ b/src/menus/colors/colorize.xml
@@ -139,7 +139,7 @@
         <listitem>
           <para>
             This option allows to divide the canvas in two, and to observe the before
-           and after of the effect direclty on canvas. The split can be horizontal
+           and after of the effect directly on canvas. The split can be horizontal
            or vertical: change between the two pressing the <keycap>Ctrl</keycap>
            key. The divide line can be moved, by dragging it with the mouse (mouse
            pointer changes in a small hand when hovering on the line).
diff --git a/src/using/script-fu-gui-api.xml b/src/using/script-fu-gui-api.xml
index 9bf6b3903..00a0af482 100644
--- a/src/using/script-fu-gui-api.xml
+++ b/src/using/script-fu-gui-api.xml
@@ -306,7 +306,7 @@
               It will create a widget in the control dialog. The widget is a
               combo-box showing all enum values for the given enum type. This
               has to be the name of a registered enum, without the "Gimp"
-              prefix. The second parameter speficies the default value, using
+              prefix. The second parameter specifies the default value, using
               the enum value's nick.
             </para>
             <para>
diff --git a/stylesheets/languageMenu.xsl b/stylesheets/languageMenu.xsl
index cb790cb74..a60198d0c 100644
--- a/stylesheets/languageMenu.xsl
+++ b/stylesheets/languageMenu.xsl
@@ -9,7 +9,7 @@
 
   <!-- The tokenizer splits all languages and creates for each language
        a link element with the href pointing to the concatenated result
-       of the language id and the given filename paramenter.
+       of the language id and the given filename parameter.
     -->
   <xsl:template name="gimp.help.linguas.tokenize">
     <xsl:param name="linguas" />
diff --git a/stylesheets/plainprint.xsl b/stylesheets/plainprint.xsl
index 8d3ef04ad..c0d7850ae 100644
--- a/stylesheets/plainprint.xsl
+++ b/stylesheets/plainprint.xsl
@@ -33,7 +33,7 @@
   <xsl:param name="figure.title.top">1</xsl:param>
   <xsl:param name="table.title.top">1</xsl:param>
 
-  <!-- use the following adminition images -->
+  <!-- use the following admonition images -->
   <xsl:param name="figure.tip">images/tip.png</xsl:param>
   <xsl:param name="figure.note">images/note.png</xsl:param>
   <xsl:param name="figure.caution">images/caution.png</xsl:param>
diff --git a/tools/README b/tools/README
index 0a3a95b0b..89e4088b6 100644
--- a/tools/README
+++ b/tools/README
@@ -72,7 +72,7 @@ Options:
             languages that will be kept on the working version (ruip) or
             merged back in the main XML (merge).  The oprder matters in
             (rip) mode - the first language specified is the one that
-            will be clonned in newly created tags for the other
+            will be cloned in newly created tags for the other
             languages if they don't exist.  Usage: --langs=xx,yy,zz, ...
             where xx, yy and zz are language codes
 
diff --git a/tools/validate_references.py b/tools/validate_references.py
index a9c052363..14b210a30 100644
--- a/tools/validate_references.py
+++ b/tools/validate_references.py
@@ -220,7 +220,7 @@ class ImageReferencesList(FileNameContainer):
         super(ImageReferencesList, self).add(key, val)
 
     def report(self):
-        """Print the list of broken image referencess
+        """Print the list of broken image references
            in the XML source file(s).
         """
         files = self.files()
diff --git a/tools/xml2po/modes/gimphelp.py b/tools/xml2po/modes/gimphelp.py
index 24d4154e6..c751d253c 100644
--- a/tools/xml2po/modes/gimphelp.py
+++ b/tools/xml2po/modes/gimphelp.py
@@ -59,7 +59,7 @@ class gimphelpXmlMode(docbookXmlMode):
             if attr:
                 assert attr.startswith("images/")
                 origimagepath = attr
-                for subdir in ("C", "commmon"):
+                for subdir in ("C", "common"):
                     imagepath = origimagepath.replace("/", "/%s/" % subdir, 1)
                     # I need to search files relatively to the source directory.
                     scriptdir = os.path.dirname(os.path.realpath(__file__))
diff --git a/tools/xml_helper.py b/tools/xml_helper.py
index 4d9874a8c..f6b1ef818 100644
--- a/tools/xml_helper.py
+++ b/tools/xml_helper.py
@@ -579,7 +579,7 @@ Options:
         that will be kept on the working version (ruip) or
         merged back in the main XML (merge).
         The oprder matters in (rip) mode - the first language
-        specified is the one that will be clonned in newly created tags
+        specified is the one that will be cloned in newly created tags
         for the other languages if they don't exist.
         Usage: --langs=xx,yy,zz, ... where xx, yy and zz are language
         codes
diff --git a/web/stylesheets/createHTML.xsl b/web/stylesheets/createHTML.xsl
index 03da90233..b1273f744 100644
--- a/web/stylesheets/createHTML.xsl
+++ b/web/stylesheets/createHTML.xsl
@@ -46,7 +46,7 @@
       </div>
   </xsl:template>
 
-  <!-- thats totally stupid, but it works for this one -->
+  <!-- that's totally stupid, but it works for this one -->
   <xsl:template match="para[@class]">
     <p>
       <xsl:attribute name="class">


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