From 7dadecb5df9530af48f5d7d84f377a51e1811e86 Mon Sep 17 00:00:00 2001 From: Asbelos Date: Thu, 13 Jun 2024 16:09:28 +0100 Subject: [PATCH] Typo in KeywordHasher --- KeywordHasher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KeywordHasher.h b/KeywordHasher.h index d232bd2..4b1e0fb 100644 --- a/KeywordHasher.h +++ b/KeywordHasher.h @@ -26,7 +26,7 @@ Thus "MAIN"_hk generates exactly the same run time vakue as const int16_t HASH_KEYWORD_MAIN=11339 */ -#ifndef KeywordHAsher_h +#ifndef KeywordHasher_h #define KeywordHasher_h #include