From ac282f20456e48c7cbd950bd0b742926a392e3e2 Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Wed, 3 Oct 2018 16:12:28 -0400 Subject: [PATCH] Misc. typos Found via `codespell` --- NEWS.pre-2-0 | 8 ++++---- NEWS.pre-2-10 | 2 +- NEWS.pre-2-2 | 2 +- NEWS.pre-2-4 | 2 +- NEWS.pre-2-6 | 2 +- app/widgets/gimpdialogfactory.c | 2 +- plug-ins/help-browser/dialog.c | 2 +- plug-ins/script-fu/scripts/blend-anim.scm | 2 +- tools/performance-log-viewer.py | 2 +- 9 files changed, 12 insertions(+), 12 deletions(-) diff --git a/NEWS.pre-2-0 b/NEWS.pre-2-0 index 1f9e9a7ae8..6cc5071867 100644 --- a/NEWS.pre-2-0 +++ b/NEWS.pre-2-0 @@ -145,7 +145,7 @@ Bugs fixed in GIMP 2.0pre3 - 132162: Anchoring a floating selection on a channel (Mitch) - 132271: Mosaic filter on selections (Simon) - 132322: gimp-levels on grayscale images (Mitch) -- 132329: Info window doesn't show inital values (Shlomi Fish) +- 132329: Info window doesn't show initial values (Shlomi Fish) - 118084: Info window not updated in automatic mode (Shlomi Fish) - 132495: Positioning of glyphs that extend the logical rectangle (Sven) - 108659: Use g_spawn in postscript plug-in (Peter Kirchgessner) @@ -473,7 +473,7 @@ Overview of Changes in GIMP 1.3.15 - Load old paths as new vector objects [Mitch] - Apply transformations to linked items [Mitch] - Generalized item transformations [Mitch] -- Improved session managment [Mitch] +- Improved session management [Mitch] - Speed up fonts query [Yosh] - Backed out pluggable tools [Sven] - Lots of bug fixes @@ -563,7 +563,7 @@ Overview of Changes in GIMP 1.3.11 - Added PDB functions needed by GAP [Wolfgang Hofer, Sven] - Updated the Win32 build system [Tor Lillqvist, Hans Breuer] - Factored common code out of a number of plug-ins [Maurits] -- Use g_rand* functions whereever random numbers are needed [Bolsh] +- Use g_rand* functions wherever random numbers are needed [Bolsh] - GimpPressionist plug-in cleaned up [Maurits] - Finally landed the new gimprc code based on GimpConfig [Sven, Mitch] - Added widgets for views on object properties [Mitch] @@ -795,7 +795,7 @@ Overview of Changes in GIMP 1.3.0 to learn what libraries we require in detail. - Cleaned up the core a lot. The app directory is now broken up into subdirectories that define subsystems with defined dependencies. -- Seperated GUI from core functionality in almost all places. +- Separated GUI from core functionality in almost all places. - The core object system does not depend on GTK+ any more. - Rewrote large parts of the user interface in a more generic way. - Started to rewrite the text tool (completely broken at the moment) diff --git a/NEWS.pre-2-10 b/NEWS.pre-2-10 index d8b838499b..72a5815238 100644 --- a/NEWS.pre-2-10 +++ b/NEWS.pre-2-10 @@ -502,7 +502,7 @@ Core: more than 16 bits; don't offer dithering options in these cases. - Default to linear TRC when converting to 16-bit float. - Pre-initialize some babl-based pixel format conversion routines - at start-up to decrease the initial lazy intialization cost for + at start-up to decrease the initial lazy initialization cost for some interactions. - Remove max size limitation of 4GB for XCF files. - Support clipboard images in the clipboard brush and pattern. diff --git a/NEWS.pre-2-2 b/NEWS.pre-2-2 index c9a8410760..62cdac2e14 100644 --- a/NEWS.pre-2-2 +++ b/NEWS.pre-2-2 @@ -112,7 +112,7 @@ Overview of Changes in GIMP 2.2-pre1 - Let lots of core dialogs remember their last values and add shortcuts to run with the last values w/o opening the dialog. -- Added new PDB API for drawable tranformations. +- Added new PDB API for drawable transformations. - Register all libgimp enums to allow language bindings such as Script-Fu to access them using GType introspection. diff --git a/NEWS.pre-2-4 b/NEWS.pre-2-4 index 3dcd5cad1c..a7038bea03 100644 --- a/NEWS.pre-2-4 +++ b/NEWS.pre-2-4 @@ -192,7 +192,7 @@ Changes in GIMP 2.3.12 - show a thumbnail in the "Rotate JPEG?" query dialog - added file information to the Image Properties dialog - more work on the new selection tools -- give immidiate feedback when tool modifier keys are pressed +- give immediate feedback when tool modifier keys are pressed - added Lens Distortion plug-in - internationalize Python binding and Python plug-ins - improved internal message infrastructure, use the statusbar for warnings diff --git a/NEWS.pre-2-6 b/NEWS.pre-2-6 index 3c7320a75c..abb671fa5d 100644 --- a/NEWS.pre-2-6 +++ b/NEWS.pre-2-6 @@ -228,7 +228,7 @@ PDB: - added new text layer API - added gimp-vectors-export-to-file and gimp-vectors-export-to-string - - added procedure to test for existance of a procedure in the PDB + - added procedure to test for existence of a procedure in the PDB - improved error handling for procedures diff --git a/app/widgets/gimpdialogfactory.c b/app/widgets/gimpdialogfactory.c index 3c28fabf6b..1492b1aee0 100644 --- a/app/widgets/gimpdialogfactory.c +++ b/app/widgets/gimpdialogfactory.c @@ -484,7 +484,7 @@ gimp_dialog_factory_dialog_new_internal (GimpDialogFactory *factory, GtkWidget *dockbook = NULL; GtkWidget *dock_window = NULL; - /* What follows is special-case code for some entires. At some + /* What follows is special-case code for some entries. At some * point we might want to abstract this block of code away. */ if (create_containers) diff --git a/plug-ins/help-browser/dialog.c b/plug-ins/help-browser/dialog.c index b97cd5e9d2..f1832aca9b 100644 --- a/plug-ins/help-browser/dialog.c +++ b/plug-ins/help-browser/dialog.c @@ -1250,7 +1250,7 @@ search (const gchar *text) const char *prev_text = webkit_find_controller_get_search_text (find_controller); - /* The previous search, if any, may ned to be canceled. */ + /* The previous search, if any, may need to be canceled. */ if (prev_text && strcmp (text, prev_text) != 0) webkit_find_controller_search_finish (find_controller); diff --git a/plug-ins/script-fu/scripts/blend-anim.scm b/plug-ins/script-fu/scripts/blend-anim.scm index 9d50bafee5..bcb9e95443 100644 --- a/plug-ins/script-fu/scripts/blend-anim.scm +++ b/plug-ins/script-fu/scripts/blend-anim.scm @@ -100,7 +100,7 @@ (set! offset-y (- (cadr (gimp-drawable-offsets bg-layer)) min-offset-y))) - ; create intermediate frames by merging copies of adjascent layers + ; create intermediate frames by merging copies of adjacent layers ; with the background layer (let* ((layer-count slots)) (while (> layer-count 0) diff --git a/tools/performance-log-viewer.py b/tools/performance-log-viewer.py index 3266b65b0d..66164b7cf9 100755 --- a/tools/performance-log-viewer.py +++ b/tools/performance-log-viewer.py @@ -1025,7 +1025,7 @@ class SampleGraph (Gtk.DrawingArea): return False - def do_leave_notify_event (self, evnet): + def do_leave_notify_event (self, event): selection.set_highlight (None) return False