Issue #28394: Spelling and typo fixes in code comments and changelog
Includes patch by Ville Skyttä.
diff --git a/Misc/HISTORY b/Misc/HISTORY
index fa2e3c7..88cb286 100644
--- a/Misc/HISTORY
+++ b/Misc/HISTORY
@@ -9016,7 +9016,7 @@
- Issue #5976: Fixed Distutils test_check_environ.
- Issue #5941: Distutils build_clib command was not working anymore because
- of an incomplete costumization of the archiver command. Added ARFLAGS in the
+ of an incomplete customization of the archiver command. Added ARFLAGS in the
Makefile besides AR and make Distutils use it. Original patch by David
Cournapeau.