diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 12:39:37 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-02-22 12:40:49 +1100 |
| commit | 6d4fa967cbfb0d743a4123ab0fe177d10bf137d1 (patch) | |
| tree | 10118de3486d3ccecfe4a31cc28e9f1886fdcf23 /include | |
| parent | 2d23cedb87c5e8c575b05827ab1467c40c329c3f (diff) | |
typo(result): SIGNITURE -> SIGNATURE
Diffstat (limited to 'include')
| -rw-r--r-- | include/tinyff/result.h | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
