Misc. typos

Found via `codespell`
This commit is contained in:
luz.paz 2018-10-03 16:12:28 -04:00 committed by Jehan
parent 450843baa7
commit ac282f2045
9 changed files with 12 additions and 12 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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