aboutsummaryrefslogtreecommitdiffstats
path: root/ppmtolss16.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 14:24:38 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 14:24:38 +0100
commit04b2aa793e46af6eb12489dc9aeafd5e5a0e02f3 (patch)
tree0d6404fc656278f5ce456b0be9d5da2bc429304a /ppmtolss16.c
parentlss16toppm.1, ppmtolss16.1: m text fix (diff)
downloadliblss16-04b2aa793e46af6eb12489dc9aeafd5e5a0e02f3.tar.gz
liblss16-04b2aa793e46af6eb12489dc9aeafd5e5a0e02f3.tar.bz2
liblss16-04b2aa793e46af6eb12489dc9aeafd5e5a0e02f3.tar.xz
fix typosHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
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);
}