From 6d4fa967cbfb0d743a4123ab0fe177d10bf137d1 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Sun, 22 Feb 2026 12:39:37 +1100 Subject: typo(result): SIGNITURE -> SIGNATURE --- src/format/image/bmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/format/image/bmp.c') diff --git a/src/format/image/bmp.c b/src/format/image/bmp.c index 9c531d7..6a33f40 100644 --- a/src/format/image/bmp.c +++ b/src/format/image/bmp.c @@ -18,7 +18,7 @@ ff_result ff_bmp_isvalid(ff_stream* stream) if (memcmp(raw_sig, BMP_SIGNATURE, 2) != 0) { ff_dprintf("bmp: signature mismatch\n"); - return FF_RESULT_ERROR_INVALID_PNG_SIGNITURE; + return FF_RESULT_ERROR_INVALID_PNG_SIGNATURE; } ff_dprintf("bmp: signature valid\n"); -- cgit v1.2.3