summaryrefslogtreecommitdiff
path: root/camlibs/ax203/ax203_decode_yuv.c
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/ax203/ax203_decode_yuv.c')
-rw-r--r--camlibs/ax203/ax203_decode_yuv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/ax203/ax203_decode_yuv.c b/camlibs/ax203/ax203_decode_yuv.c
index 2b0c0b3c6..e9232d8d5 100644
--- a/camlibs/ax203/ax203_decode_yuv.c
+++ b/camlibs/ax203/ax203_decode_yuv.c
@@ -244,7 +244,7 @@ main(int argc, char *argv[])
goto exit;
}
} else {
- fprintf (stderr, "%s: unkown option: %s\n", argv[0], argv[1]);
+ fprintf (stderr, "%s: unknown option: %s\n", argv[0], argv[1]);
ret = 1;
goto exit;
}