From de6d4dbd1e8845e08c2d87cd89a919e5b21ba619 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 21 Jun 2021 16:47:06 -0400 Subject: Fix various spelling issues (#1883). Signed-off-by: Josh Soref --- src/hashcomp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/hashcomp.cpp') diff --git a/src/hashcomp.cpp b/src/hashcomp.cpp index 5ca032229..93649f6db 100644 --- a/src/hashcomp.cpp +++ b/src/hashcomp.cpp @@ -38,7 +38,7 @@ * the best way to write hash functions to hash irc * nicknames, channels etc. * We are lucky as C++ developers as unordered_map does - * a lot of this for us. It does intellegent memory + * a lot of this for us. It does intelligent memory * requests, bucketing, search functions, insertion * and deletion etc. All we have to do is write some * overloaded comparison and hash value operators which @@ -48,7 +48,7 @@ * Case insensitivity: The hash_map will be case * insensitive. * - * Scandanavian Comparisons: The characters [, ], \ will + * Scandinavian Comparisons: The characters [, ], \ will * be considered the lowercase of {, } and |. * ******************************************************/ -- cgit v1.3.1-10-gc9f91