]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib:compression: Fix code spelling
authorJennifer Sutton <jennifersutton@catalyst.net.nz>
Tue, 12 Aug 2025 22:17:46 +0000 (10:17 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 27 Aug 2025 03:41:36 +0000 (03:41 +0000)
Signed-off-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
lib/compression/tests/test_lzx_huffman.c

index 7770535c1e99c196e1e141ba0245152e04152c49..5016bcc6fce653c506cb8e52d46e94c7ab06c76b 100644 (file)
@@ -1137,7 +1137,7 @@ static void test_lzxpress_huffman_short_boring_strings(void **state)
        size_t i;
        /*
         * How do short repetitive strings work? We're poking at the limit
-        * around which LZ77 comprssion is turned on.
+        * around which LZ77 compression is turned on.
         *
         * For this test we don't change the blob memory between runs, just
         * the declared length.