From ead9b410672c5ec29195af948691987b4e783b75 Mon Sep 17 00:00:00 2001 From: Russ Date: Fri, 12 Jan 2024 11:16:24 +1100 Subject: [PATCH] fix: spelling mistake --- include/tsl/ordered_hash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/tsl/ordered_hash.h b/include/tsl/ordered_hash.h index 614ec94..fed35a7 100644 --- a/include/tsl/ordered_hash.h +++ b/include/tsl/ordered_hash.h @@ -1454,7 +1454,7 @@ class ordered_hash : private Hash, private KeyEqual { #endif /* - * The insertion didn't happend at the end of the m_values container, + * The insertion didn't happen at the end of the m_values container, * we need to shift the indexes in m_buckets_data. */ if (index_insert_position != m_values.size() - 1) {