From e185c77cb865134dc7095dcb935912b1d92f5823 Mon Sep 17 00:00:00 2001 From: cat Date: Mon, 2 Mar 2026 17:27:06 +0200 Subject: [PATCH] Fixed speeeling miskate :) --- headers/Containers/Hashmap.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headers/Containers/Hashmap.hpp b/headers/Containers/Hashmap.hpp index 1ec8657..ecd89f6 100644 --- a/headers/Containers/Hashmap.hpp +++ b/headers/Containers/Hashmap.hpp @@ -32,7 +32,7 @@ public: // Empty bucket if (!storage[keyHashPosition].empty()) { // Throws - Systems::Logging::Log("Trying to inserting same key twice! Throwing...", + Systems::Logging::Log("Trying to insert the same key twice! Throwing...", "Hashmap", Systems::Logging::LogLevel::Error, Has(key)); }