From: Jennifer Sutton Date: Tue, 12 Aug 2025 22:17:46 +0000 (+1200) Subject: lib:compression: Fix code spelling X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1bceb8ff3f854e10345c7e92b37cf9f1fac8cb9e;p=thirdparty%2Fsamba.git lib:compression: Fix code spelling Signed-off-by: Jennifer Sutton Reviewed-by: Douglas Bagnall --- diff --git a/lib/compression/tests/test_lzx_huffman.c b/lib/compression/tests/test_lzx_huffman.c index 7770535c1e9..5016bcc6fce 100644 --- a/lib/compression/tests/test_lzx_huffman.c +++ b/lib/compression/tests/test_lzx_huffman.c @@ -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.