Fix a minor grammar mistake.
authorPeter Pentchev <roam@ringlet.net>
Sat, 1 Jul 2023 16:49:56 +0000 (19:49 +0300)
committerPeter Pentchev <roam@debian.org>
Sat, 1 Jul 2023 16:49:56 +0000 (19:49 +0300)
Forwarded: https://github.com/zchunk/zchunk/pull/47
Last-Update: 2023-07-01

Gbp-Pq: Name typos.patch

README.md
include/zck.h.in

index 93d278bd363f5eeba51b56a75fbbceba626f3cc2..3ec4e8c2eddb7f17ff892c20561d837be430297d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ if you're creating a zchunk file that has any repetitive data, you may
 be able to reduce the overall file size by using a [zstd dictionary](https://facebook.github.io/zstd/#small-data).
 The dictionary takes up extra space at the beginning of the zchunk file, but is
 used as an identical initial dictionary for compressing each chunk, which can
-give significant overall savings.
+give significant overall savings.
 
 It is important that all further revisions of the zchunk file use the same
 dictionary.  If the dictionary changes, none of the chunks will match from the
index d641b206eb6c8f742d8e5f20c57c2a0b441cd005..320650aead3a37f61dce4c06d2c1d498d4caf702 100644 (file)
@@ -29,7 +29,7 @@ typedef enum zck_ioption {
     ZCK_VAL_HEADER_LENGTH,      /* Set what the header length *should* be */
     ZCK_UNCOMP_HEADER,          /* Header should contain uncompressed size, too */
     ZCK_NO_WRITE,               /* Do not write to file when creating zck file -
-                                   Used to calculate header from existing umcompressed data */
+                                   Used to calculate header from existing uncompressed data */
     ZCK_COMP_TYPE = 100,        /* Set compression type using zck_comp */
     ZCK_MANUAL_CHUNK,           /* Disable auto-chunking */
     ZCK_CHUNK_MIN,              /* Minimum chunk size when manual chunking */