SF bug#1038917 fix typos (Contributed by George Yoshida.)
diff --git a/Misc/HISTORY b/Misc/HISTORY
index 00e9482..d8847a8 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -7255,7 +7255,7 @@
 	x[lo:hi:stride]		==	x[slice(lo, hi, stride)]
 	x[a, ..., z]		==	x[(a, Ellipses, z)]
 
-- New documentation for errno and cgi mdoules.
+- New documentation for errno and cgi modules.
 
 - The directory containing the script passed to the interpreter is
 inserted in from of sys.path; "." is no longer a default path