aboutsummaryrefslogtreecommitdiff
path: root/plugin-img.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin-img.c')
-rw-r--r--plugin-img.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugin-img.c b/plugin-img.c
index 359def6..2b66a83 100644
--- a/plugin-img.c
+++ b/plugin-img.c
@@ -102,7 +102,7 @@ run(const gchar * name, gint nparams, const GimpParam * param,
values[0].data.d_status = GIMP_PDB_EXECUTION_ERROR;
/*
- * Load image
+ * Load image
*/
if (strcmp(name, LOAD_PROC) == 0)
{
@@ -139,7 +139,7 @@ run(const gchar * name, gint nparams, const GimpParam * param,
}
/*
- * Save image
+ * Save image
*/
else if (strcmp(name, SAVE_PROC) == 0)
{
@@ -175,7 +175,7 @@ run(const gchar * name, gint nparams, const GimpParam * param,
}
/*
- * Allow user to override default values
+ * Allow user to override default values
*/
if ((run_mode == GIMP_RUN_INTERACTIVE) &&
(status == GIMP_PDB_SUCCESS))
@@ -218,7 +218,7 @@ run(const gchar * name, gint nparams, const GimpParam * param,
}
/*
- * Delete temporary image after export
+ * Delete temporary image after export
*/
if (export == GIMP_EXPORT_EXPORT)
{