From 93fc8b9feeb37b588cb7fe6e8c9f014ccb39064e Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 3 Dec 2025 05:08:09 -0500 Subject: Fix typo in fileformat.txt. --- doc/fileformat.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fileformat.txt b/doc/fileformat.txt index 7d87000..8356df5 100644 --- a/doc/fileformat.txt +++ b/doc/fileformat.txt @@ -18,7 +18,7 @@ Offset | Length | Description 15 | 4 | 32-bit compressed size (little-endian) 19 | 2 | File date in MS-DOS format (same as ARC) 21 | 2 | File time in MS-DOS format (same as ARC) -23 | 2 | Checksum (simple additivie, *not* a CRC) +23 | 2 | Checksum (simple additive, *not* a CRC) 25 | 4 | 32-bit original size (little-endian) -------+--------+------------------------------------------------------ -- cgit v1.2.3