]> git.seodisparate.com - SimpleArchiver/commitdiff
Fix Changelog.md
authorStephen Seo <seo.disparate@gmail.com>
Wed, 25 Dec 2024 12:28:06 +0000 (21:28 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 25 Dec 2024 12:28:06 +0000 (21:28 +0900)
Changelog.md

index a5ec471ab47f8af645a4ae3bacc61ebda4928a0a..4e1809d629da63bd36bfd366eaa40bf7cc7453f2 100644 (file)
@@ -10,7 +10,7 @@ Better info is printed for directories in file format `version 2` when using
 Fix case when archiving from read-only directory:
 
 - A temporary file is usually created to store compressed archive
-chunks/files which is located where the files are. This commit
+chunks/files which is located where the files are. This version
 falls-back to using `tmpfile()` if the first attempt to create a
 temporary file fails.