Fix typo in a comment in mathmodule.c.
diff --git a/Modules/mathmodule.c b/Modules/mathmodule.c
index b1d7a36..7f9372a 100644
--- a/Modules/mathmodule.c
+++ b/Modules/mathmodule.c
@@ -1170,7 +1170,7 @@
  * http://www.luschny.de/math/factorial/binarysplitfact.html
  *
  * Faster algorithms exist, but they're more complicated and depend on
- * a fast prime factoriazation algorithm.
+ * a fast prime factorization algorithm.
  *
  * Notes on the algorithm
  * ----------------------