aboutsummaryrefslogtreecommitdiffstats
path: root/ppmtolss16.c
diff options
context:
space:
mode:
Diffstat (limited to 'ppmtolss16.c')
-rw-r--r--ppmtolss16.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ppmtolss16.c b/ppmtolss16.c
index c852263..1f2ec1a 100644
--- a/ppmtolss16.c
+++ b/ppmtolss16.c
@@ -55,7 +55,7 @@ __attribute__((__noreturn__))
static void
not_pnm(void)
{
- fprintf(stderr, "%s: <stdin> is no a P1-P6 Portable Anymap file\n", argv0);
+ fprintf(stderr, "%s: <stdin> is not a P1-P6 Portable Anymap file\n", argv0);
exit(1);
}