From: Hansraj Das Date: Tue, 15 Oct 2019 20:49:13 +0000 (+0530) Subject: Typo fix - implemention should be implementation (GH-16806) X-Git-Tag: v3.9.0a1~172 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2798b60c55619d8981288b69c20ba4a09efc7b0b;p=thirdparty%2FPython%2Fcpython.git Typo fix - implemention should be implementation (GH-16806) --- diff --git a/Python/hamt.c b/Python/hamt.c index 28b4e1ef6cd2..ea659c800fc4 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: