[gimp] Add other misc. typo fixes



commit 7e99aa59f518656910b34023c21e245e60eb4501
Author: luz.paz <luzpaz users noreply github com>
Date:   Tue Aug 6 20:06:52 2019 -0400

    Add other misc. typo fixes

 app/core/gimplineart.c             | 4 ++--
 app/tools/gimpdrawtool.c           | 2 +-
 app/tools/gimpselectiontool.c      | 2 +-
 devel-docs/gpb.txt                 | 3 +--
 libgimp/gimpexport.h               | 4 ++--
 libgimpbase/gimpbaseenums.h        | 2 +-
 libgimpwidgets/gimpwidgets-error.h | 2 +-
 7 files changed, 9 insertions(+), 10 deletions(-)
---
diff --git a/app/core/gimplineart.c b/app/core/gimplineart.c
index 78ee26904c..b82ebaa5f7 100644
--- a/app/core/gimplineart.c
+++ b/app/core/gimplineart.c
@@ -2049,7 +2049,7 @@ gimp_number_of_transitions (GArray     *pixels,
  * gimp_line_art_allow_closure:
  * @mask: the current state of line art closure.
  * @pixels: the pixels of a candidate closure (spline or segment).
- * @fill_pixels: #GList of unsignificant pixels to bucket fill.
+ * @fill_pixels: #GList of insignificant pixels to bucket fill.
  * @significant_size: number of pixels for area to be considered
  *                    "significant".
  * @minimum_size: number of pixels for area to be allowed.
@@ -2059,7 +2059,7 @@ gimp_number_of_transitions (GArray     *pixels,
  * will be below @minimum_size. If it creates such small areas, the
  * function will refuse this candidate spline/segment, with the
  * exception of very small areas under @significant_size. These
- * micro-area are considered "unsignificant" and accepted (because they
+ * micro-area are considered "insignificant" and accepted (because they
  * can be created in some conditions, for instance when created curves
  * cross or start from a same endpoint), and one pixel for each
  * micro-area will be added to @fill_pixels to be later filled along
diff --git a/app/tools/gimpdrawtool.c b/app/tools/gimpdrawtool.c
index e1b332d6d3..70e4e6c2d4 100644
--- a/app/tools/gimpdrawtool.c
+++ b/app/tools/gimpdrawtool.c
@@ -866,7 +866,7 @@ gimp_draw_tool_pop_group (GimpDrawTool *draw_tool)
  *
  * This function takes image space coordinates and transforms them to
  * screen window coordinates, then draws a line between the resulting
- * coordindates.
+ * coordinates.
  **/
 GimpCanvasItem *
 gimp_draw_tool_add_line (GimpDrawTool *draw_tool,
diff --git a/app/tools/gimpselectiontool.c b/app/tools/gimpselectiontool.c
index 8be7d28d21..ba94752f70 100644
--- a/app/tools/gimpselectiontool.c
+++ b/app/tools/gimpselectiontool.c
@@ -66,7 +66,7 @@ static void       gimp_selection_tool_cursor_update (GimpTool           *tool,
 
 static void       gimp_selection_tool_commit        (GimpSelectionTool  *sel_tool);
 static void       gimp_selection_tool_halt          (GimpSelectionTool  *sel_tool,
-                                                     GimpDisplay        *dispaly);
+                                                     GimpDisplay        *display);
 
 static gboolean   gimp_selection_tool_check         (GimpSelectionTool  *sel_tool,
                                                      GimpDisplay        *display,
diff --git a/devel-docs/gpb.txt b/devel-docs/gpb.txt
index 4187b62459..66d5ceef65 100644
--- a/devel-docs/gpb.txt
+++ b/devel-docs/gpb.txt
@@ -7,5 +7,4 @@ Gimp Pixmap Brush File Format
 The current format for gpb files, the pixmap
 brush format is very simple. What it essentially
 boils down to is a greyscale gbr (gimp brush) and
-a rgb pat (gimp pattern) concatented into the same file.
-
+a rgb pat (gimp pattern) concatenated into the same file.
diff --git a/libgimp/gimpexport.h b/libgimp/gimpexport.h
index 8b8c7545b1..ab63d4171b 100644
--- a/libgimp/gimpexport.h
+++ b/libgimp/gimpexport.h
@@ -38,8 +38,8 @@ G_BEGIN_DECLS
  * @GIMP_EXPORT_CAN_HANDLE_INDEXED:             Handles indexed images
  * @GIMP_EXPORT_CAN_HANDLE_BITMAP:              Handles two-color indexed images
  * @GIMP_EXPORT_CAN_HANDLE_ALPHA:               Handles alpha channels
- * @GIMP_EXPORT_CAN_HANDLE_LAYERS:              Hanldes layers
- * @GIMP_EXPORT_CAN_HANDLE_LAYERS_AS_ANIMATION: Handles aminations of layers
+ * @GIMP_EXPORT_CAN_HANDLE_LAYERS:              Handles layers
+ * @GIMP_EXPORT_CAN_HANDLE_LAYERS_AS_ANIMATION: Handles animation of layers
  * @GIMP_EXPORT_CAN_HANDLE_LAYER_MASKS:         Handles layer masks
  * @GIMP_EXPORT_NEEDS_ALPHA:                    Needs alpha channels
  *
diff --git a/libgimpbase/gimpbaseenums.h b/libgimpbase/gimpbaseenums.h
index 4dd9f5e2df..d2044c9b2d 100644
--- a/libgimpbase/gimpbaseenums.h
+++ b/libgimpbase/gimpbaseenums.h
@@ -411,7 +411,7 @@ typedef enum
  * @GIMP_FOREGROUND_EXTRACT_SIOX:    Siox
  * @GIMP_FOREGROUND_EXTRACT_MATTING: Matting (Since 2.10)
  *
- * Foreground extraxt engines.
+ * Foreground extract engines.
  **/
 #define GIMP_TYPE_FOREGROUND_EXTRACT_MODE (gimp_foreground_extract_mode_get_type ())
 
diff --git a/libgimpwidgets/gimpwidgets-error.h b/libgimpwidgets/gimpwidgets-error.h
index 8722106cb7..012fbb99d9 100644
--- a/libgimpwidgets/gimpwidgets-error.h
+++ b/libgimpwidgets/gimpwidgets-error.h
@@ -31,7 +31,7 @@ G_BEGIN_DECLS
 
 /**
  * GimpWidgetsError:
- * @GIMP_WIDGETS_PARSE_ERROR: A parse error has occured
+ * @GIMP_WIDGETS_PARSE_ERROR: A parse error has occurred
  *
  * Types of errors returned by libgimpwidgets functions
  **/


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