about summary refs log tree commit diff
path: root/editor/pnmcrop.c
diff options
context:
space:
mode:
Diffstat (limited to 'editor/pnmcrop.c')
-rw-r--r--editor/pnmcrop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/pnmcrop.c b/editor/pnmcrop.c
index 6ef1c280..5e74190f 100644
--- a/editor/pnmcrop.c
+++ b/editor/pnmcrop.c
@@ -1136,7 +1136,7 @@ extremeCrops(struct CmdlineInfo const cmdline,
         pm_message("Input image has no distinction between "
                    "border and content");
 
-    /* We can't just pick a representive pixel, say top-left corner.
+    /* We can't just pick a representative pixel, say top-left corner.
        If -top and/or -bottom was specified but not -left and -right,
        the output should be one row, not a single pixel.