From f49bcbd3a9df66ea3951e2937e61aad5c0595c4c Mon Sep 17 00:00:00 2001 From: Thomas Klausner Date: Mon, 4 Nov 2024 15:41:17 +0100 Subject: [PATCH] Fix a typo reported by Florian Ernst. --- man/zip_source_file.mdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/zip_source_file.mdoc b/man/zip_source_file.mdoc index 1e37faca5..15b7c0002 100644 --- a/man/zip_source_file.mdoc +++ b/man/zip_source_file.mdoc @@ -86,7 +86,7 @@ Reading from the source returns as much data as is there at that time can do various optimizations if the size of a source is known when it's created, so .Dv ZIP_LENGTH_TO_END -is preferrable. +is preferable. If you deal with files that are likely to change while you are processing them, you can use the less efficient .Dv ZIP_LENGTH_UNCHECKED .