From ed913230ad4f3bd57996111541a5f69ccac6d01f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 16 Mar 2022 10:50:43 +0000 Subject: Bloom: Docs: Fix comment typo. --- src/select/bloom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/select/bloom.h b/src/select/bloom.h index db7332d..31e2f88 100644 --- a/src/select/bloom.h +++ b/src/select/bloom.h @@ -16,7 +16,7 @@ * Generate the bloom filter by adding calling css_bloom_add_hash() on each * ancestor element name, class name and id name for the node. * - * Use the insesnsitive hash value: + * Use the insensitive hash value: * * lwc_err = lwc_string_caseless_hash_value(str, &hash); */ -- cgit v1.2.1