Fix typo in hamt.c comments (#5478)

diff --git a/Python/hamt.c b/Python/hamt.c
index 38f76d1..8998dbd 100644
--- a/Python/hamt.c
+++ b/Python/hamt.c
@@ -1476,7 +1476,7 @@
             if (new_count == 1) {
                 /* The node has two keys, and after deletion the
                    new Collision node would have one.  Collision nodes
-                   with one key shouldn't exist, co convert it to a
+                   with one key shouldn't exist, so convert it to a
                    Bitmap node.
                 */
                 PyHamtNode_Bitmap *node = (PyHamtNode_Bitmap *)