[gimp] Fix typo: defualt -> default (spotted by Alexia)



commit 3309c35f18095916532a850584c380ecba17a3b6
Author: Michael Natterer <mitch gimp org>
Date:   Thu Aug 20 22:11:33 2009 +0200

    Fix typo: defualt -> default (spotted by Alexia)

 app/widgets/gimptooleditor.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/widgets/gimptooleditor.h b/app/widgets/gimptooleditor.h
index 995eaf9..8064b5d 100644
--- a/app/widgets/gimptooleditor.h
+++ b/app/widgets/gimptooleditor.h
@@ -51,7 +51,7 @@ GType       gimp_tool_editor_get_type       (void) G_GNUC_CONST;
 
 GtkWidget * gimp_tool_editor_new            (GimpContainer  *container,
                                              GimpContext    *context,
-                                             GList          *defualt_tool_order,
+                                             GList          *default_tool_order,
                                              gint            view_size,
                                              gint            view_border_width);
 



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