[gimp] pygimp: fix typo



commit bb4cb5b4c1bcb1072bd368fe72c1dbc86ef826e8
Author: Kristian Rietveld <kris loopnest org>
Date:   Fri Apr 29 10:48:20 2016 +0200

    pygimp: fix typo

 plug-ins/pygimp/gimpmodule.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/pygimp/gimpmodule.c b/plug-ins/pygimp/gimpmodule.c
index 8d2edaf..5b469de 100644
--- a/plug-ins/pygimp/gimpmodule.c
+++ b/plug-ins/pygimp/gimpmodule.c
@@ -1703,7 +1703,7 @@ pygimp_export_image (PyObject *self, PyObject *args, PyObject *kwargs)
                          "the \"capabilities\" (4th) parameter must be set with "
                          "a combination of the "
                          "EXPORT_CAN_HANDLE_*/EXPORT_NEEDS_ALPHA values. "
-                         "(check develeloper documentation on the C function "
+                         "(check developer documentation on the C function "
                          "gimp_export_image for details)" 
                          );
         return NULL;


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