pygimp: fix typo

This commit is contained in:
Kristian Rietveld 2016-04-29 10:48:20 +02:00 committed by Kristian Rietveld
parent 6746e502c2
commit bb4cb5b4c1
1 changed files with 1 additions and 1 deletions

View File

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