From a2e037fb00ff5807e8c125660caa211f39ceb3ef Mon Sep 17 00:00:00 2001 From: Kevin Cozens Date: Mon, 10 Sep 2012 12:22:12 -0400 Subject: [PATCH] Corrected spelling errors spotted by Ari Pollak (Mostly fixes bug #683694) Still need to address the "allows to" grammatical error. --- HACKING | 2 +- app/core/gimp-user-install.c | 2 +- app/display/gimpdisplayshell-handlers.c | 4 ++-- app/display/gimpscalecombobox.c | 2 +- app/pdb/fileops-cmds.c | 2 +- app/pdb/palette-cmds.c | 14 +++++++------- app/pdb/paths-cmds.c | 4 ++-- app/pdb/progress-cmds.c | 2 +- app/vectors/gimpanchor.h | 2 +- app/widgets/gimpdockbook.c | 10 +++++----- app/widgets/gimpmessagebox.c | 2 +- app/widgets/gimpscalebutton.c | 2 +- autogen.sh | 2 +- configure.ac | 2 +- devel-docs/parasites.txt | 2 +- devel-docs/structure.xml | 2 +- libgimp/gimpfileops_pdb.c | 2 +- libgimp/gimppalette_pdb.c | 16 ++++++++-------- libgimp/gimppaths_pdb.c | 4 ++-- libgimp/gimpprogress_pdb.c | 2 +- modules/display-filter-color-blind.c | 2 +- plug-ins/common/cartoon.c | 2 +- plug-ins/common/edge-sobel.c | 2 +- plug-ins/common/file-ps.c | 2 +- plug-ins/common/newsprint.c | 2 +- plug-ins/common/photocopy.c | 2 +- plug-ins/common/rotate.c | 2 +- plug-ins/file-fits/fits-io.c | 4 ++-- plug-ins/gimpressionist/README | 2 +- plug-ins/metadata/xmp-parse.c | 2 +- plug-ins/twain/twain.h | 2 +- po-plug-ins/ja.po | 2 +- po-script-fu/az.po | 2 +- po-script-fu/ja.po | 2 +- po-script-fu/sv.po | 2 +- tools/pdbgen/pdb/fileops.pdb | 2 +- tools/pdbgen/pdb/palette.pdb | 14 +++++++------- tools/pdbgen/pdb/paths.pdb | 4 ++-- tools/pdbgen/pdb/progress.pdb | 2 +- 39 files changed, 67 insertions(+), 67 deletions(-) diff --git a/HACKING b/HACKING index ea49310ad6..809248a669 100644 --- a/HACKING +++ b/HACKING @@ -124,7 +124,7 @@ style is enforced. The GIMP coding style is defined as follows: * Function names are lowercase, words separated by underscores. - * Macros and enums are all uppercase, words seperated by + * Macros and enums are all uppercase, words separated by underscores. * Types are all words capitalized, no separators between words. diff --git a/app/core/gimp-user-install.c b/app/core/gimp-user-install.c index 8e5124c3e4..66251f4c5c 100644 --- a/app/core/gimp-user-install.c +++ b/app/core/gimp-user-install.c @@ -566,7 +566,7 @@ user_install_migrate_files (GimpUserInstall *install) g_free (source); } - /* create the tmp directory that was explicitely not copied */ + /* create the tmp directory that was explicitly not copied */ g_snprintf (dest, sizeof (dest), "%s%c%s", gimp_directory (), G_DIR_SEPARATOR, "tmp"); diff --git a/app/display/gimpdisplayshell-handlers.c b/app/display/gimpdisplayshell-handlers.c index 37248a01f7..ea65df47d8 100644 --- a/app/display/gimpdisplayshell-handlers.c +++ b/app/display/gimpdisplayshell-handlers.c @@ -994,7 +994,7 @@ gimp_display_shell_padding_notify_handler (GObject *config, else fullscreen = FALSE; - /* if the user did not set the padding mode for this display explicitely */ + /* if the user did not set the padding mode for this display explicitly */ if (! shell->fullscreen_options->padding_mode_set) { padding_mode = display_config->default_fullscreen_view->padding_mode; @@ -1011,7 +1011,7 @@ gimp_display_shell_padding_notify_handler (GObject *config, } } - /* if the user did not set the padding mode for this display explicitely */ + /* if the user did not set the padding mode for this display explicitly */ if (! shell->options->padding_mode_set) { padding_mode = display_config->default_view->padding_mode; diff --git a/app/display/gimpscalecombobox.c b/app/display/gimpscalecombobox.c index 61e0ebbd53..5f2f6b4142 100644 --- a/app/display/gimpscalecombobox.c +++ b/app/display/gimpscalecombobox.c @@ -377,7 +377,7 @@ gimp_scale_combo_box_scale_iter_set (GtkListStore *store, { gchar label[32]; - /* use U+2009 THIN SPACE to seperate the percent sign from the number */ + /* use U+2009 THIN SPACE to separate the percent sign from the number */ if (scale > 1.0) g_snprintf (label, sizeof (label), diff --git a/app/pdb/fileops-cmds.c b/app/pdb/fileops-cmds.c index 0789dfe5ad..954b479572 100644 --- a/app/pdb/fileops-cmds.c +++ b/app/pdb/fileops-cmds.c @@ -809,7 +809,7 @@ register_fileops_procs (GimpPDB *pdb) gimp_procedure_set_static_strings (procedure, "gimp-file-save-thumbnail", "Saves a thumbnail for the given image", - "This procedure saves a thumbnail for the given image according to the Free Desktop Thumbnail Managing Standard. The thumbnail is saved so that it belongs to the file with the given filename. This means you have to save the image under this name first, otherwise this procedure will fail. This procedure may become useful if you want to explicitely save a thumbnail with a file.", + "This procedure saves a thumbnail for the given image according to the Free Desktop Thumbnail Managing Standard. The thumbnail is saved so that it belongs to the file with the given filename. This means you have to save the image under this name first, otherwise this procedure will fail. This procedure may become useful if you want to explicitly save a thumbnail with a file.", "Josh MacDonald", "Josh MacDonald", "1997", diff --git a/app/pdb/palette-cmds.c b/app/pdb/palette-cmds.c index 70e8d48ce3..21591b3348 100644 --- a/app/pdb/palette-cmds.c +++ b/app/pdb/palette-cmds.c @@ -832,7 +832,7 @@ register_palette_procs (GimpPDB *pdb) gimp_procedure_set_static_strings (procedure, "gimp-palette-get-columns", "Retrieves the number of columns to use to display this palette", - "This procedures retrieves the prefered number of columns to use when the palette is being displayed.", + "This procedures retrieves the preferred number of columns to use when the palette is being displayed.", "Sven Neumann ", "Sven Neumann", "2005", @@ -892,7 +892,7 @@ register_palette_procs (GimpPDB *pdb) gimp_procedure_set_static_strings (procedure, "gimp-palette-add-entry", "Adds a palette entry to the specified palette.", - "This procedure adds an entry to the specifed palette. It returns an error if the entry palette does not exist.", + "This procedure adds an entry to the specified palette. It returns an error if the entry palette does not exist.", "Michael Natterer ", "Michael Natterer", "2004", @@ -936,7 +936,7 @@ register_palette_procs (GimpPDB *pdb) gimp_procedure_set_static_strings (procedure, "gimp-palette-delete-entry", "Deletes a palette entry from the specified palette.", - "This procedure deletes an entry from the specifed palette. It returns an error if the entry palette does not exist.", + "This procedure deletes an entry from the specified palette. It returns an error if the entry palette does not exist.", "Michael Natterer ", "Michael Natterer", "2004", @@ -966,7 +966,7 @@ register_palette_procs (GimpPDB *pdb) gimp_procedure_set_static_strings (procedure, "gimp-palette-entry-get-color", "Gets the specified palette entry from the specified palette.", - "This procedure retrieves the color of the zero-based entry specifed for the specified palette. It returns an error if the entry does not exist.", + "This procedure retrieves the color of the zero-based entry specified for the specified palette. It returns an error if the entry does not exist.", "Michael Natterer ", "Michael Natterer", "2004", @@ -1003,7 +1003,7 @@ register_palette_procs (GimpPDB *pdb) gimp_procedure_set_static_strings (procedure, "gimp-palette-entry-set-color", "Sets the specified palette entry in the specified palette.", - "This procedure sets the color of the zero-based entry specifed for the specified palette. It returns an error if the entry does not exist.", + "This procedure sets the color of the zero-based entry specified for the specified palette. It returns an error if the entry does not exist.", "Michael Natterer ", "Michael Natterer", "2004", @@ -1040,7 +1040,7 @@ register_palette_procs (GimpPDB *pdb) gimp_procedure_set_static_strings (procedure, "gimp-palette-entry-get-name", "Gets the specified palette entry from the specified palette.", - "This procedure retrieves the name of the zero-based entry specifed for the specified palette. It returns an error if the entry does not exist.", + "This procedure retrieves the name of the zero-based entry specified for the specified palette. It returns an error if the entry does not exist.", "Michael Natterer ", "Michael Natterer", "2004", @@ -1077,7 +1077,7 @@ register_palette_procs (GimpPDB *pdb) gimp_procedure_set_static_strings (procedure, "gimp-palette-entry-set-name", "Sets the specified palette entry in the specified palette.", - "This procedure sets the name of the zero-based entry specifed for the specified palette. It returns an error if the entry does not exist.", + "This procedure sets the name of the zero-based entry specified for the specified palette. It returns an error if the entry does not exist.", "Michael Natterer ", "Michael Natterer", "2004", diff --git a/app/pdb/paths-cmds.c b/app/pdb/paths-cmds.c index 0515ada99d..afbf70a5b5 100644 --- a/app/pdb/paths-cmds.c +++ b/app/pdb/paths-cmds.c @@ -862,7 +862,7 @@ register_paths_procs (GimpPDB *pdb) gimp_procedure_add_return_value (procedure, gimp_param_spec_float_array ("points-pairs", "points pairs", - "The points in the path represented as 3 floats. The first is the x pos, next is the y pos, last is the type of the pnt. The type field is dependant on the path type. For beziers (type 1 paths) the type can either be (1.0 = BEZIER_ANCHOR, 2.0 = BEZIER_CONTROL, 3.0 = BEZIER_MOVE). Note all points are returned in pixel resolution.", + "The points in the path represented as 3 floats. The first is the x pos, next is the y pos, last is the type of the pnt. The type field is dependent on the path type. For beziers (type 1 paths) the type can either be (1.0 = BEZIER_ANCHOR, 2.0 = BEZIER_CONTROL, 3.0 = BEZIER_MOVE). Note all points are returned in pixel resolution.", GIMP_PARAM_READWRITE)); gimp_pdb_register_procedure (pdb, procedure); g_object_unref (procedure); @@ -909,7 +909,7 @@ register_paths_procs (GimpPDB *pdb) gimp_procedure_add_argument (procedure, gimp_param_spec_float_array ("points-pairs", "points pairs", - "The points in the path represented as 3 floats. The first is the x pos, next is the y pos, last is the type of the pnt. The type field is dependant on the path type. For beziers (type 1 paths) the type can either be (1.0 = BEZIER_ANCHOR, 2.0 = BEZIER_CONTROL, 3.0= BEZIER_MOVE). Note all points are returned in pixel resolution.", + "The points in the path represented as 3 floats. The first is the x pos, next is the y pos, last is the type of the pnt. The type field is dependent on the path type. For beziers (type 1 paths) the type can either be (1.0 = BEZIER_ANCHOR, 2.0 = BEZIER_CONTROL, 3.0= BEZIER_MOVE). Note all points are returned in pixel resolution.", GIMP_PARAM_READWRITE)); gimp_pdb_register_procedure (pdb, procedure); g_object_unref (procedure); diff --git a/app/pdb/progress-cmds.c b/app/pdb/progress-cmds.c index 9c6736e0f9..2f35b7da5a 100644 --- a/app/pdb/progress-cmds.c +++ b/app/pdb/progress-cmds.c @@ -318,7 +318,7 @@ register_progress_procs (GimpPDB *pdb) gimp_procedure_add_argument (procedure, gimp_param_spec_display_id ("gdisplay", "gdisplay", - "GimpDisplay to update progressbar in, or -1 for a seperate window", + "GimpDisplay to update progressbar in, or -1 for a separate window", pdb->gimp, TRUE, GIMP_PARAM_READWRITE)); gimp_pdb_register_procedure (pdb, procedure); diff --git a/app/vectors/gimpanchor.h b/app/vectors/gimpanchor.h index 5d76528c1d..633e02650f 100644 --- a/app/vectors/gimpanchor.h +++ b/app/vectors/gimpanchor.h @@ -33,7 +33,7 @@ struct _GimpAnchor { GimpCoords position; - GimpAnchorType type; /* Interpretation dependant on GimpStroke type */ + GimpAnchorType type; /* Interpretation dependent on GimpStroke type */ gboolean selected; }; diff --git a/app/widgets/gimpdockbook.c b/app/widgets/gimpdockbook.c index 8a46fab001..ee5f48c4df 100644 --- a/app/widgets/gimpdockbook.c +++ b/app/widgets/gimpdockbook.c @@ -158,7 +158,7 @@ static gboolean gimp_dockbook_tab_drag_drop (GtkWidget *w gint x, gint y, guint time); -static GimpTabStyle gimp_dockbook_tab_style_to_prefered (GimpTabStyle tab_style, +static GimpTabStyle gimp_dockbook_tab_style_to_preferred (GimpTabStyle tab_style, GimpDockable *dockable); static void gimp_dockbook_refresh_tab_layout_lut (GimpDockbook *dockbook); static void gimp_dockbook_update_automatic_tab_style (GimpDockbook *dockbook); @@ -672,7 +672,7 @@ gimp_dockbook_get_dockable_tab_width (GimpDockbook *dockbook, } /** - * gimp_dockbook_tab_style_to_prefered: + * gimp_dockbook_tab_style_to_preferred: * @tab_style: * @dockable: * @@ -686,7 +686,7 @@ gimp_dockbook_get_dockable_tab_width (GimpDockbook *dockbook, * in automatic mode. **/ static GimpTabStyle -gimp_dockbook_tab_style_to_prefered (GimpTabStyle tab_style, +gimp_dockbook_tab_style_to_preferred (GimpTabStyle tab_style, GimpDockable *dockable) { GimpDocked *docked = GIMP_DOCKED (gtk_bin_get_child (GTK_BIN (dockable))); @@ -740,7 +740,7 @@ gimp_dockbook_refresh_tab_layout_lut (GimpDockbook *dockbook) GimpDockable *dockable = GIMP_DOCKABLE (iter->data); GimpTabStyle style_to_use; - style_to_use = gimp_dockbook_tab_style_to_prefered (candidate, + style_to_use = gimp_dockbook_tab_style_to_preferred (candidate, dockable); size_with_candidate += gimp_dockbook_get_dockable_tab_width (dockbook, @@ -859,7 +859,7 @@ gimp_dockbook_update_automatic_tab_style (GimpDockbook *dockbook) if (gimp_dockable_get_tab_style (dockable) != GIMP_TAB_STYLE_AUTOMATIC) continue; - actual_tab_style = gimp_dockbook_tab_style_to_prefered (tab_style, + actual_tab_style = gimp_dockbook_tab_style_to_preferred (tab_style, dockable); if (gimp_dockable_set_actual_tab_style (dockable, actual_tab_style)) diff --git a/app/widgets/gimpmessagebox.c b/app/widgets/gimpmessagebox.c index 6559c875f4..a601a10d75 100644 --- a/app/widgets/gimpmessagebox.c +++ b/app/widgets/gimpmessagebox.c @@ -108,7 +108,7 @@ gimp_message_box_init (GimpMessageBox *box) /* Unset the focus chain to keep the labels from being in the focus * chain. Users of GimpMessageBox that add focusable widgets should - * either unset the focus chain or (better) explicitely set one. + * either unset the focus chain or (better) explicitly set one. */ gtk_container_set_focus_chain (GTK_CONTAINER (box), NULL); diff --git a/app/widgets/gimpscalebutton.c b/app/widgets/gimpscalebutton.c index 75438c5cac..5c68fb7446 100644 --- a/app/widgets/gimpscalebutton.c +++ b/app/widgets/gimpscalebutton.c @@ -99,7 +99,7 @@ gimp_scale_button_update_tooltip (GimpScaleButton *button) lower = gtk_adjustment_get_lower (adj); upper = gtk_adjustment_get_upper (adj); - /* use U+2009 THIN SPACE to seperate the percent sign from the number */ + /* use U+2009 THIN SPACE to separate the percent sign from the number */ text = g_strdup_printf ("%d\342\200\211%%", (gint) (0.5 + ((value - lower) * 100.0 / diff --git a/autogen.sh b/autogen.sh index 6b3911d7de..01ecc9e4a0 100755 --- a/autogen.sh +++ b/autogen.sh @@ -109,7 +109,7 @@ if test x$LIBTOOLIZE != x; then check_version $VER $LIBTOOL_REQUIRED_VERSION fi -# check if gtk-doc is explicitely disabled +# check if gtk-doc is explicitly disabled for ag_option in $AUTOGEN_CONFIGURE_ARGS $@ do case $ag_option in diff --git a/configure.ac b/configure.ac index b493f4a5b0..05af74b21d 100644 --- a/configure.ac +++ b/configure.ac @@ -974,7 +974,7 @@ if test "$gdk_target" = x11; then # doc-shooter is X11 specific DOC_SHOOTER=doc-shooter - # screenshot plug-in needs to link to X11 explicitely + # screenshot plug-in needs to link to X11 explicitly SCREENSHOT_LIBS="$X_LIBS -lX11" gimp_save_CFLAGS="$CFLAGS" diff --git a/devel-docs/parasites.txt b/devel-docs/parasites.txt index 40c2c1b695..b782975230 100644 --- a/devel-docs/parasites.txt +++ b/devel-docs/parasites.txt @@ -145,7 +145,7 @@ Global data follows no strict rules. Example: for sRGB images this might contain "0.45454545" "chromaticity" (IMAGE, PERSISTENT) - This parasite contains 8 floatingpoint values (ascii, seperated by + This parasite contains 8 floatingpoint values (ascii, separated by whitespace) specifying the x and y coordinates of the whitepoint, the red, green and blue primaries, in this order. diff --git a/devel-docs/structure.xml b/devel-docs/structure.xml index 59b7db204b..5da0d9b270 100644 --- a/devel-docs/structure.xml +++ b/devel-docs/structure.xml @@ -258,7 +258,7 @@ app/core the core of the GIMP core, makes heavy use of GObject - but is not GTK+-dependant + but is not GTK+-dependent diff --git a/libgimp/gimpfileops_pdb.c b/libgimp/gimpfileops_pdb.c index 7d248190e4..e442e41619 100644 --- a/libgimp/gimpfileops_pdb.c +++ b/libgimp/gimpfileops_pdb.c @@ -228,7 +228,7 @@ gimp_file_save (GimpRunMode run_mode, * so that it belongs to the file with the given filename. This means * you have to save the image under this name first, otherwise this * procedure will fail. This procedure may become useful if you want to - * explicitely save a thumbnail with a file. + * explicitly save a thumbnail with a file. * * Returns: TRUE on success. **/ diff --git a/libgimp/gimppalette_pdb.c b/libgimp/gimppalette_pdb.c index 87426674ca..13ae651874 100644 --- a/libgimp/gimppalette_pdb.c +++ b/libgimp/gimppalette_pdb.c @@ -285,8 +285,8 @@ gimp_palette_get_colors (const gchar *name, * * Retrieves the number of columns to use to display this palette * - * This procedures retrieves the prefered number of columns to use when - * the palette is being displayed. + * This procedures retrieves the preferred number of columns to use + * when the palette is being displayed. * * Returns: The number of columns used to display this palette. * @@ -357,7 +357,7 @@ gimp_palette_set_columns (const gchar *name, * * Adds a palette entry to the specified palette. * - * This procedure adds an entry to the specifed palette. It returns an + * This procedure adds an entry to the specified palette. It returns an * error if the entry palette does not exist. * * Returns: TRUE on success. @@ -400,7 +400,7 @@ gimp_palette_add_entry (const gchar *name, * * Deletes a palette entry from the specified palette. * - * This procedure deletes an entry from the specifed palette. It + * This procedure deletes an entry from the specified palette. It * returns an error if the entry palette does not exist. * * Returns: TRUE on success. @@ -436,7 +436,7 @@ gimp_palette_delete_entry (const gchar *name, * * Gets the specified palette entry from the specified palette. * - * This procedure retrieves the color of the zero-based entry specifed + * This procedure retrieves the color of the zero-based entry specified * for the specified palette. It returns an error if the entry does not * exist. * @@ -477,7 +477,7 @@ gimp_palette_entry_get_color (const gchar *name, * * Sets the specified palette entry in the specified palette. * - * This procedure sets the color of the zero-based entry specifed for + * This procedure sets the color of the zero-based entry specified for * the specified palette. It returns an error if the entry does not * exist. * @@ -516,7 +516,7 @@ gimp_palette_entry_set_color (const gchar *name, * * Gets the specified palette entry from the specified palette. * - * This procedure retrieves the name of the zero-based entry specifed + * This procedure retrieves the name of the zero-based entry specified * for the specified palette. It returns an error if the entry does not * exist. * @@ -559,7 +559,7 @@ gimp_palette_entry_get_name (const gchar *name, * * Sets the specified palette entry in the specified palette. * - * This procedure sets the name of the zero-based entry specifed for + * This procedure sets the name of the zero-based entry specified for * the specified palette. It returns an error if the entry does not * exist. * diff --git a/libgimp/gimppaths_pdb.c b/libgimp/gimppaths_pdb.c index dec138198f..b4ea4719bf 100644 --- a/libgimp/gimppaths_pdb.c +++ b/libgimp/gimppaths_pdb.c @@ -168,7 +168,7 @@ gimp_path_delete (gint32 image_ID, * @name: The name of the path whose points should be listed. * @path_closed: Return if the path is closed. (0 = path open, 1 = path closed). * @num_path_point_details: The number of points returned. Each point is made up of (x, y, pnt_type) of floats. - * @points_pairs: The points in the path represented as 3 floats. The first is the x pos, next is the y pos, last is the type of the pnt. The type field is dependant on the path type. For beziers (type 1 paths) the type can either be (1.0 = BEZIER_ANCHOR, 2.0 = BEZIER_CONTROL, 3.0 = BEZIER_MOVE). Note all points are returned in pixel resolution. + * @points_pairs: The points in the path represented as 3 floats. The first is the x pos, next is the y pos, last is the type of the pnt. The type field is dependent on the path type. For beziers (type 1 paths) the type can either be (1.0 = BEZIER_ANCHOR, 2.0 = BEZIER_CONTROL, 3.0 = BEZIER_MOVE). Note all points are returned in pixel resolution. * * Deprecated: Use gimp_vectors_stroke_get_points() instead. * @@ -215,7 +215,7 @@ gimp_path_get_points (gint32 image_ID, * @name: The name of the path to create. If it exists then a unique name will be created - query the list of paths if you want to make sure that the name of the path you create is unique. This will be set as the current path. * @ptype: The type of the path. Currently only one type (1 = Bezier) is supported. * @num_path_points: The number of elements in the array, i.e. the number of points in the path * 3. Each point is made up of (x, y, type) of floats. Currently only the creation of bezier curves is allowed. The type parameter must be set to (1) to indicate a BEZIER type curve. Note that for BEZIER curves, points must be given in the following order: ACCACCAC... If the path is not closed the last control point is missed off. Points consist of three control points (control/anchor/control) so for a curve that is not closed there must be at least two points passed (2 x,y pairs). If (num_path_points/3) % 3 = 0 then the path is assumed to be closed and the points are ACCACCACCACC. - * @points_pairs: The points in the path represented as 3 floats. The first is the x pos, next is the y pos, last is the type of the pnt. The type field is dependant on the path type. For beziers (type 1 paths) the type can either be (1.0 = BEZIER_ANCHOR, 2.0 = BEZIER_CONTROL, 3.0= BEZIER_MOVE). Note all points are returned in pixel resolution. + * @points_pairs: The points in the path represented as 3 floats. The first is the x pos, next is the y pos, last is the type of the pnt. The type field is dependent on the path type. For beziers (type 1 paths) the type can either be (1.0 = BEZIER_ANCHOR, 2.0 = BEZIER_CONTROL, 3.0= BEZIER_MOVE). Note all points are returned in pixel resolution. * * Deprecated: Use gimp_vectors_stroke_new_from_points() instead. * diff --git a/libgimp/gimpprogress_pdb.c b/libgimp/gimpprogress_pdb.c index 0a3c2f34a1..dd62d85b7e 100644 --- a/libgimp/gimpprogress_pdb.c +++ b/libgimp/gimpprogress_pdb.c @@ -37,7 +37,7 @@ /** * _gimp_progress_init: * @message: Message to use in the progress dialog. - * @gdisplay_ID: GimpDisplay to update progressbar in, or -1 for a seperate window. + * @gdisplay_ID: GimpDisplay to update progressbar in, or -1 for a separate window. * * Initializes the progress bar for the current plug-in. * diff --git a/modules/display-filter-color-blind.c b/modules/display-filter-color-blind.c index 667ebb7562..b7a86d5b96 100644 --- a/modules/display-filter-color-blind.c +++ b/modules/display-filter-color-blind.c @@ -506,7 +506,7 @@ cdisplay_colorblind_changed (GimpColorDisplay *display) gfloat anchor_e[3]; gfloat anchor[12]; - /* This function performs initialisations that are dependant + /* This function performs initialisations that are dependent * on the type of color deficiency. */ diff --git a/plug-ins/common/cartoon.c b/plug-ins/common/cartoon.c index 3b008b7d1d..2d55ba3802 100644 --- a/plug-ins/common/cartoon.c +++ b/plug-ins/common/cartoon.c @@ -136,7 +136,7 @@ query (void) "values result in more subtle pen strokes and detail everywhere. Small " "values for the pct_black make the blend from the color regions to the " "black border lines smoother and the lines themselves thinner and less " - "noticable; larger values achieve the opposite effect."; + "noticeable; larger values achieve the opposite effect."; gimp_install_procedure (PLUG_IN_PROC, N_("Simulate a cartoon by enhancing edges"), diff --git a/plug-ins/common/edge-sobel.c b/plug-ins/common/edge-sobel.c index 599f098f9c..a4774a1011 100644 --- a/plug-ins/common/edge-sobel.c +++ b/plug-ins/common/edge-sobel.c @@ -110,7 +110,7 @@ query (void) "operator. The user can specify which direction to " "use. When both directions are used, the result is " "the RMS of the two gradients; if only one direction " - "is used, the result either the absolut value of the " + "is used, the result either the absolute value of the " "gradient, or 127 + gradient (if the 'keep sign' " "switch is on). This way, information about the " "direction of the gradient is preserved. Resulting " diff --git a/plug-ins/common/file-ps.c b/plug-ins/common/file-ps.c index 399f984e61..25e659415a 100644 --- a/plug-ins/common/file-ps.c +++ b/plug-ins/common/file-ps.c @@ -2248,7 +2248,7 @@ dither_grey (const guchar *grey, } } -/* Write a device independant screen preview */ +/* Write a device independent screen preview */ static void save_ps_preview (FILE *ofp, gint32 drawable_ID) diff --git a/plug-ins/common/newsprint.c b/plug-ins/common/newsprint.c index 9f7a80720b..a70934e879 100644 --- a/plug-ins/common/newsprint.c +++ b/plug-ins/common/newsprint.c @@ -1654,7 +1654,7 @@ order_cmp (const void *va, * * Actually, it turns out that qsort()ing a function which is already * balanced can quite significantly detract from the quality of the - * final result. This is particularly noticable with the line or + * final result. This is particularly noticeable with the line or * diamond spot functions at 45 degrees. This is because if the spot * function has multiple locations with the same value, qsort may use * them in any order. Often, there is quite clearly an optimal order diff --git a/plug-ins/common/photocopy.c b/plug-ins/common/photocopy.c index b39ef9175e..77372e798c 100644 --- a/plug-ins/common/photocopy.c +++ b/plug-ins/common/photocopy.c @@ -146,7 +146,7 @@ query (void) "inside regions of color. Small values result in less toner overall " "and more detail everywhere. Small values for the pct_black make the " "blend from the white regions to the black border lines smoother and " - "the toner regions themselves thinner and less noticable; larger values " + "the toner regions themselves thinner and less noticeable; larger values " "achieve the opposite effect."; gimp_install_procedure (PLUG_IN_PROC, diff --git a/plug-ins/common/rotate.c b/plug-ins/common/rotate.c index 7e84d717d2..99b7886084 100644 --- a/plug-ins/common/rotate.c +++ b/plug-ins/common/rotate.c @@ -132,7 +132,7 @@ query (void) "Rotates a layer or the whole image by 90, 180 or 270 degrees", "This plug-in does rotate the active layer or the " "whole image clockwise by multiples of 90 degrees. " - "When the whole image is choosen, the image is " + "When the whole image is chosen, the image is " "resized if necessary.", PLUG_IN_AUTHOR, PLUG_IN_COPYRIGHT, diff --git a/plug-ins/file-fits/fits-io.c b/plug-ins/file-fits/fits-io.c index ed77318cd3..92a8afcafa 100644 --- a/plug-ins/file-fits/fits-io.c +++ b/plug-ins/file-fits/fits-io.c @@ -63,9 +63,9 @@ /* Copyright (C) 1997 Peter Kirchgessner */ /* (email: peter@kirchgessner.net, WWW: http://www.kirchgessner.net) */ /* The library was developed for a FITS-plug-in to GIMP, the GNU Image */ -/* Manipulation Program. But it is completely independant to that (beside use */ +/* Manipulation Program. But it is completely independent to that (beside use */ /* of glib). If someone finds it useful for other purposes, try to keep it */ -/* independant from your application. */ +/* independent from your application. */ /******************************************************************************/ /* */ /* This program is free software: you can redistribute it and/or modify */ diff --git a/plug-ins/gimpressionist/README b/plug-ins/gimpressionist/README index 78cdbf071d..dbd7872aff 100644 --- a/plug-ins/gimpressionist/README +++ b/plug-ins/gimpressionist/README @@ -91,7 +91,7 @@ explain); If you have any comments, criticism, ideas for improvement or new features, or if you run into problems of any sort, let me know, so that I can (try to) fix it for the next release! (And, if you find platform- -dependant bugs, please try to fix them and send me a patch!) +dependent bugs, please try to fix them and send me a patch!) I'm also welcoming contributions in the form of brushes or textures! For this program to be valuable, it needs them... Bad! All contributions will diff --git a/plug-ins/metadata/xmp-parse.c b/plug-ins/metadata/xmp-parse.c index 874ccc3633..c3ddc3ed98 100644 --- a/plug-ins/metadata/xmp-parse.c +++ b/plug-ins/metadata/xmp-parse.c @@ -32,7 +32,7 @@ * forbidden by the XMP specs, such as rdf:parseType="Litteral". * * The design goals for this parser are: support all RDF features - * needed for XMP (at least the features explicitely described in the + * needed for XMP (at least the features explicitly described in the * XMP spec), be tolerant in case unknown elements or attributes are * found, be as simple as possible, avoid building a DOM tree. * diff --git a/plug-ins/twain/twain.h b/plug-ins/twain/twain.h index 8cf1cbc9da..bb650182b0 100644 --- a/plug-ins/twain/twain.h +++ b/plug-ins/twain/twain.h @@ -485,7 +485,7 @@ typedef struct { char Reserved[512]; /**/ } TW_FILESYSTEM, FAR * pTW_FILESYSTEM; -/* DAT_PASSTHRU, device dependant data to pass through Data Source */ +/* DAT_PASSTHRU, device dependent data to pass through Data Source */ typedef struct { TW_MEMREF pCommand; /* Pointer to Command buffer */ TW_UINT32 CommandBytes; /* Number of bytes in Command buffer */ diff --git a/po-plug-ins/ja.po b/po-plug-ins/ja.po index e8a1651bbc..4ae1d18f29 100644 --- a/po-plug-ins/ja.po +++ b/po-plug-ins/ja.po @@ -17765,7 +17765,7 @@ msgstr "何も取り込まれませんでした" #~ msgid "" #~ "Name of the MPEG1 videofile to READ.\n" #~ "Frames are extracted from the videofile\n" -#~ "and written to seperate diskfiles.\n" +#~ "and written to separate diskfiles.\n" #~ "Audiotracks in the videofile are ignored." #~ msgstr "" #~ "読み込む MPEG1 動画ファイルの名前です。\n" diff --git a/po-script-fu/az.po b/po-script-fu/az.po index 171e26e4f2..b0524fefcf 100644 --- a/po-script-fu/az.po +++ b/po-script-fu/az.po @@ -124,7 +124,7 @@ msgstr "SEÇİLİ DEYİL" #: plug-ins/script-fu/script-fu-scripts.c:1711 msgid "" -"At least one font you've choosen is invalid.\n" +"At least one font you've chosen is invalid.\n" "Please check your settings.\n" msgstr "" "Seçdiklərinizdən ən az biri hökmsüzdür.\n" diff --git a/po-script-fu/ja.po b/po-script-fu/ja.po index c73e2af8f0..98f4c63dab 100644 --- a/po-script-fu/ja.po +++ b/po-script-fu/ja.po @@ -3852,7 +3852,7 @@ msgstr "Xach 効果(_X)..." #~ msgstr "輪半径 (hypo < 0 < epi)" #~ msgid "" -#~ "At least one font you've choosen is invalid.\n" +#~ "At least one font you've chosen is invalid.\n" #~ "Please check your settings.\n" #~ msgstr "" #~ "選択したフォント中に少なくとも一つ\n" diff --git a/po-script-fu/sv.po b/po-script-fu/sv.po index e259b4fba4..f8fd6d4ae2 100644 --- a/po-script-fu/sv.po +++ b/po-script-fu/sv.po @@ -3633,7 +3633,7 @@ msgstr "_Xach-effekt..." #~ msgid "Wheel Radius (hypo < 0 < epi)" #~ msgstr "Hjulradie (hypo < 0 < epi)" #~ msgid "" -#~ "At least one font you've choosen is invalid.\n" +#~ "At least one font you've chosen is invalid.\n" #~ "Please check your settings.\n" #~ msgstr "" #~ "Åtminstone en av typsnitten du angett är ogiltigt.\n" diff --git a/tools/pdbgen/pdb/fileops.pdb b/tools/pdbgen/pdb/fileops.pdb index 462e68c9ed..41f58c075f 100644 --- a/tools/pdbgen/pdb/fileops.pdb +++ b/tools/pdbgen/pdb/fileops.pdb @@ -383,7 +383,7 @@ Free Desktop Thumbnail Managing Standard. The thumbnail is saved so that it belongs to the file with the given filename. This means you have to save the image under this name first, otherwise this procedure will fail. This procedure may become useful if you want to -explicitely save a thumbnail with a file. +explicitly save a thumbnail with a file. HELP &josh_pdb_misc('1997'); diff --git a/tools/pdbgen/pdb/palette.pdb b/tools/pdbgen/pdb/palette.pdb index af00d80df0..ceb73273d6 100644 --- a/tools/pdbgen/pdb/palette.pdb +++ b/tools/pdbgen/pdb/palette.pdb @@ -264,7 +264,7 @@ CODE sub palette_get_columns { $blurb = "Retrieves the number of columns to use to display this palette"; $help = <<'HELP'; -This procedures retrieves the prefered number of columns to use when the +This procedures retrieves the preferred number of columns to use when the palette is being displayed. HELP @@ -329,7 +329,7 @@ sub palette_add_entry { $blurb = 'Adds a palette entry to the specified palette.'; $help = <<'HELP'; -This procedure adds an entry to the specifed palette. +This procedure adds an entry to the specified palette. It returns an error if the entry palette does not exist. HELP @@ -372,7 +372,7 @@ sub palette_delete_entry { $blurb = 'Deletes a palette entry from the specified palette.'; $help = <<'HELP'; -This procedure deletes an entry from the specifed palette. +This procedure deletes an entry from the specified palette. It returns an error if the entry palette does not exist. HELP @@ -410,7 +410,7 @@ sub palette_entry_get_color { $blurb = 'Gets the specified palette entry from the specified palette.'; $help = <<'HELP'; -This procedure retrieves the color of the zero-based entry specifed for the +This procedure retrieves the color of the zero-based entry specified for the specified palette. It returns an error if the entry does not exist. HELP @@ -453,7 +453,7 @@ sub palette_entry_set_color { $blurb = 'Sets the specified palette entry in the specified palette.'; $help = <<'HELP'; -This procedure sets the color of the zero-based entry specifed for the +This procedure sets the color of the zero-based entry specified for the specified palette. It returns an error if the entry does not exist. HELP @@ -486,7 +486,7 @@ sub palette_entry_get_name { $blurb = 'Gets the specified palette entry from the specified palette.'; $help = <<'HELP'; -This procedure retrieves the name of the zero-based entry specifed for the +This procedure retrieves the name of the zero-based entry specified for the specified palette. It returns an error if the entry does not exist. HELP @@ -529,7 +529,7 @@ sub palette_entry_set_name { $blurb = 'Sets the specified palette entry in the specified palette.'; $help = <<'HELP'; -This procedure sets the name of the zero-based entry specifed for the +This procedure sets the name of the zero-based entry specified for the specified palette. It returns an error if the entry does not exist. HELP diff --git a/tools/pdbgen/pdb/paths.pdb b/tools/pdbgen/pdb/paths.pdb index f8e08d65c8..6827eaf4de 100644 --- a/tools/pdbgen/pdb/paths.pdb +++ b/tools/pdbgen/pdb/paths.pdb @@ -61,7 +61,7 @@ sub path_get_points { { name => 'points_pairs', type => 'floatarray', desc => 'The points in the path represented as 3 floats. The first is the x pos, next is the y pos, last is the type of the pnt. - The type field is dependant on the path type. For beziers + The type field is dependent on the path type. For beziers (type 1 paths) the type can either be (1.0 = BEZIER_ANCHOR, 2.0 = BEZIER_CONTROL, 3.0 = BEZIER_MOVE). Note all points are returned in pixel resolution.', @@ -183,7 +183,7 @@ sub path_set_points { { name => 'points_pairs', type => 'floatarray', desc => 'The points in the path represented as 3 floats. The first is the x pos, next is the y pos, last is the type of the pnt. - The type field is dependant on the path type. For beziers + The type field is dependent on the path type. For beziers (type 1 paths) the type can either be (1.0 = BEZIER_ANCHOR, 2.0 = BEZIER_CONTROL, 3.0= BEZIER_MOVE). Note all points are returned in pixel resolution.', diff --git a/tools/pdbgen/pdb/progress.pdb b/tools/pdbgen/pdb/progress.pdb index c57da29098..7bcab7f41a 100644 --- a/tools/pdbgen/pdb/progress.pdb +++ b/tools/pdbgen/pdb/progress.pdb @@ -30,7 +30,7 @@ HELP { name => 'message', type => 'string', null_ok => 1, wrap => 1, desc => 'Message to use in the progress dialog' }, { name => 'gdisplay', type => 'display', none_ok => 1, - desc => 'GimpDisplay to update progressbar in, or -1 for a seperate + desc => 'GimpDisplay to update progressbar in, or -1 for a separate window' } );