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 --- include/tinyff/result.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/tinyff') diff --git a/include/tinyff/result.h b/include/tinyff/result.h index 55ddcfd..3ed69b9 100644 --- a/include/tinyff/result.h +++ b/include/tinyff/result.h @@ -18,7 +18,7 @@ typedef enum { // Media specific // PNG - FF_RESULT_ERROR_INVALID_PNG_SIGNITURE, + FF_RESULT_ERROR_INVALID_PNG_SIGNATURE, // Archive (more general archives terms) FF_RESULT_ERROR_DECOMPRESSION_FAILURE, -- cgit v1.2.3