summaryrefslogtreecommitdiff
path: root/camlibs/ax203/ax203_decode_yuv_delta.c
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/ax203/ax203_decode_yuv_delta.c')
-rw-r--r--camlibs/ax203/ax203_decode_yuv_delta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camlibs/ax203/ax203_decode_yuv_delta.c b/camlibs/ax203/ax203_decode_yuv_delta.c
index 8ff07cf90..e0ce42f7d 100644
--- a/camlibs/ax203/ax203_decode_yuv_delta.c
+++ b/camlibs/ax203/ax203_decode_yuv_delta.c
@@ -437,7 +437,7 @@ main(int argc, char *argv[])
ax203_decode(buf, im->tpixels, width, height);
gdImagePng (im, fout);
} 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;
}