Add other misc. typo fixes

This commit is contained in:
luz.paz 2019-08-06 20:06:52 -04:00 committed by luz paz
parent c1585d609b
commit 7e99aa59f5
7 changed files with 9 additions and 10 deletions

View file

@ -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

View file

@ -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,

View file

@ -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,

View file

@ -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.

View file

@ -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
*

View file

@ -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 ())

View file

@ -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
**/