[gimp/gimp-2-10] Misc. typo fixes



commit 23648e753eeacd0df95c78292ca6dffa3b949243
Author: luz.paz <luzpaz users noreply github com>
Date:   Mon Aug 27 19:21:45 2018 -0400

    Misc. typo fixes
    
    Found via `codespell`
    
    (cherry picked from commit 386587736f3ba57047206ecbf8059b26c7a87af9)

 app/actions/gimpgeglprocedure.c              | 2 +-
 app/widgets/gimpdockable.h                   | 2 +-
 plug-ins/fractal-explorer/fractal-explorer.c | 2 +-
 plug-ins/gfig/gfig-dialog.c                  | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/app/actions/gimpgeglprocedure.c b/app/actions/gimpgeglprocedure.c
index f0830cc732..2630448417 100644
--- a/app/actions/gimpgeglprocedure.c
+++ b/app/actions/gimpgeglprocedure.c
@@ -367,7 +367,7 @@ gimp_gegl_procedure_execute_async (GimpProcedure  *procedure,
 
   if (! strcmp (gimp_object_get_name (active_tool->tool_info), tool_name))
     {
-      /*  Remember the prodecure that created this tool, because
+      /*  Remember the procedure that created this tool, because
        *  we can't just switch to an operation tool using
        *  gimp_context_set_tool(), we also have to go through the
        *  initialization code below, otherwise we end up with a
diff --git a/app/widgets/gimpdockable.h b/app/widgets/gimpdockable.h
index 826319c91f..d0393ab80a 100644
--- a/app/widgets/gimpdockable.h
+++ b/app/widgets/gimpdockable.h
@@ -39,7 +39,7 @@ typedef struct _GimpDockableClass   GimpDockableClass;
 /**
  * GimpDockable:
  *
- * A kind of adpater to make other widgets dockable. The widget to
+ * A kind of adapter to make other widgets dockable. The widget to
  * dock is put inside the GimpDockable, which is put in a
  * GimpDockbook.
  */
diff --git a/plug-ins/fractal-explorer/fractal-explorer.c b/plug-ins/fractal-explorer/fractal-explorer.c
index 5c48ae0222..68f6339e61 100644
--- a/plug-ins/fractal-explorer/fractal-explorer.c
+++ b/plug-ins/fractal-explorer/fractal-explorer.c
@@ -700,7 +700,7 @@ delete_dialog_callback (GtkWidget *widget,
 
       gtk_tree_model_get (model, &iter, 1, &sel_obj, -1);
 
-      /* Delete the current  item + asssociated file */
+      /* Delete the current item + associated file */
       valid = gtk_list_store_remove (GTK_LIST_STORE(model), &iter);
 
       /* Try to select first item if last one was deleted */
diff --git a/plug-ins/gfig/gfig-dialog.c b/plug-ins/gfig/gfig-dialog.c
index 811d85faa7..560f7d4fa0 100644
--- a/plug-ins/gfig/gfig-dialog.c
+++ b/plug-ins/gfig/gfig-dialog.c
@@ -2104,7 +2104,7 @@ toggle_obj_type (GtkRadioAction *action,
 
 /* Given a number of float co-ords adjust for scaling back to org size */
 /* Size is number of PAIRS of points */
-/* FP + int varients */
+/* FP + int variants */
 
 static void
 scale_to_orginal_x (gdouble *list)


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