summaryrefslogtreecommitdiffstats
path: root/core/hash_map.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-03-24 21:45:31 +0100
committerRémi Verschelde <rverschelde@gmail.com>2017-03-24 21:45:31 +0100
commitdebeee56f721178d44f71deb4e303b825d1dccd1 (patch)
tree6c88f378419a5760bbe919c48c87d1c71a6ea548 /core/hash_map.h
parentc103f32ea3b19c3588d54dcef98e307f8b823f4c (diff)
downloadredot-engine-debeee56f721178d44f71deb4e303b825d1dccd1.tar.gz
Fix typos in source code using codespell
From https://github.com/lucasdemarchi/codespell
Diffstat (limited to 'core/hash_map.h')
-rw-r--r--core/hash_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hash_map.h b/core/hash_map.h
index 645e34e923..86646b825c 100644
--- a/core/hash_map.h
+++ b/core/hash_map.h
@@ -413,7 +413,7 @@ public:
}
/**
- * Erase an item, return true if erasing was succesful
+ * Erase an item, return true if erasing was successful
*/
bool erase(const TKey &p_key) {