#11565: Fix several typos. Patch by Piotr Kasprzyk.
diff --git a/Objects/longobject.c b/Objects/longobject.c
index 05d44b3..cd86a1f 100644
--- a/Objects/longobject.c
+++ b/Objects/longobject.c
@@ -532,7 +532,7 @@
         is_signed = *pendbyte >= 0x80;
 
     /* Compute numsignificantbytes.  This consists of finding the most
-       significant byte.  Leading 0 bytes are insignficant if the number
+       significant byte.  Leading 0 bytes are insignificant if the number
        is positive, and leading 0xff bytes if negative. */
     {
         size_t i;