]> git.seodisparate.com - SimpleArchiver/commitdiff
Fix typo
authorStephen Seo <seo.disparate@gmail.com>
Tue, 24 Sep 2024 09:54:38 +0000 (18:54 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 2 Oct 2024 06:11:23 +0000 (15:11 +0900)
file_format.md

index 9597e1bb05f44fe348ae828c1c416afba4c4cf68..6558f57118163f53f5358603e01162a512e32b4f 100644 (file)
@@ -139,7 +139,7 @@ Following the chunk-count bytes, the following bytes are added for each chunk:
 
 1. 2 bytes that are a 16-bit unsigned integer "file count" in big-endian.
 
-The following bytes are added for each file within each chunk:
+The following bytes are added for each file within the current chunk:
 
 1. 2 bytes that are a 16-bit unsigned integer "filename length" in big-endian.
    This does not include the NULL at the end of the string.