Typo fix - implemention should be implementation (GH-16806)
(cherry picked from commit 2798b60c55619d8981288b69c20ba4a09efc7b0b)
Co-authored-by: Hansraj Das <raj.das.136@gmail.com>
diff --git a/Python/hamt.c b/Python/hamt.c
index b3cbf9a..3841259 100644
--- a/Python/hamt.c
+++ b/Python/hamt.c
@@ -6,7 +6,7 @@
#include "structmember.h"
/*
-This file provides an implemention of an immutable mapping using the
+This file provides an implementation of an immutable mapping using the
Hash Array Mapped Trie (or HAMT) datastructure.
This design allows to have: