[gimp] Fix typos



commit 36f620012d766752aa06e8ab325ca9bbd149c63e
Author: luz.paz <luzpaz users noreply github com>
Date:   Mon May 4 08:55:48 2020 -0400

    Fix typos
    
    Found via codespell v1.17.0.dev0
    ```
    codespell -q 3 -S ./ChangeLog*,*.po,./.git,./NEWS* -L 
als,ang,ba,chello,daa,doubleclick,foto,hist,iff,inport,klass,mut,nd,ower,paeth,params,pard,pevent,sinc,thru,tim,uint
    ```

 app/core/gimpimage-convert-indexed.c       | 2 +-
 build/windows/installer/MessageWithURL.isi | 3 ++-
 build/windows/installer/gimp3264.iss       | 3 ++-
 plug-ins/common/tile-small.c               | 2 +-
 plug-ins/gfig/notes.txt                    | 2 +-
 5 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/app/core/gimpimage-convert-indexed.c b/app/core/gimpimage-convert-indexed.c
index f70f0b221e..2a3d97886f 100644
--- a/app/core/gimpimage-convert-indexed.c
+++ b/app/core/gimpimage-convert-indexed.c
@@ -2781,7 +2781,7 @@ static void
 snap_to_black_and_white (QuantizeObj *quantobj)
 {
   /* find whitest and blackest colors in palette, if they are closer
-   * than 24 units of euclidian distance in sRGB snap them to pure
+   * than 24 units of euclidean distance in sRGB snap them to pure
    * black / white.
    */
 #define POW2(a) ((a)*(a))
diff --git a/build/windows/installer/MessageWithURL.isi b/build/windows/installer/MessageWithURL.isi
index 154e0acb4a..508faac25c 100644
--- a/build/windows/installer/MessageWithURL.isi
+++ b/build/windows/installer/MessageWithURL.isi
@@ -378,7 +378,8 @@ begin
 end;
 
 
-//find out if URL label has focus, draw focus rectange around it if it is, and return index of focused label
+//find out if URL label has focus 
+//draw focus rectangle around it if so and return index of focused label
 function Message_FocusLabel(): Integer;
 var    i: Integer;
        FocusRect: TRect;
diff --git a/build/windows/installer/gimp3264.iss b/build/windows/installer/gimp3264.iss
index da4a443107..1be29fc4c3 100755
--- a/build/windows/installer/gimp3264.iss
+++ b/build/windows/installer/gimp3264.iss
@@ -1524,7 +1524,8 @@ DebugMsg('RemoveDebugFilesFromDir', pDir);
        end;
 end;
 
-//remove .debug files from previous installs - there's no built-in way in Inno to recursivly delete files 
with wildcard+extension
+//remove .debug files from previous installs
+//there's no built-in way in Inno to recursively delete files with wildcard+extension
 procedure RemoveDebugFiles();
 var Directories: TArrayOfString;
        Index: Integer;
diff --git a/plug-ins/common/tile-small.c b/plug-ins/common/tile-small.c
index 91d09aaa3d..7a52487f17 100644
--- a/plug-ins/common/tile-small.c
+++ b/plug-ins/common/tile-small.c
@@ -29,7 +29,7 @@
  */
 
 /* Change log:-
- * 0.2  Added new functions to allow "editing" of the tile patten.
+ * 0.2  Added new functions to allow "editing" of the tile pattern.
  *
  * 0.1 First version released.
  */
diff --git a/plug-ins/gfig/notes.txt b/plug-ins/gfig/notes.txt
index 3825512847..2f22178f57 100644
--- a/plug-ins/gfig/notes.txt
+++ b/plug-ins/gfig/notes.txt
@@ -36,7 +36,7 @@ the only style attributes that work are foreground color and brush
 shape; others will be added shortly.
 
 When you start Gfig, and the dialog comes up, the background of the
-preview shows a represntation of the image you are working on.  Each
+preview shows a representation of the image you are working on.  Each
 time you do something in GFig, the result is reflected by a change in
 both the Gimp image and the GFig preview, so you can see in real time
 the results of everything that you do.  (The rendering could stand to


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