#18705: fix a number of typos.  Patch by FĂ©vry Thibault.
diff --git a/Lib/_strptime.py b/Lib/_strptime.py
index b089b08..264d4fa 100644
--- a/Lib/_strptime.py
+++ b/Lib/_strptime.py
@@ -225,7 +225,7 @@
         """Convert a list to a regex string for matching a directive.
 
         Want possible matching values to be from longest to shortest.  This
-        prevents the possibility of a match occuring for a value that also
+        prevents the possibility of a match occurring for a value that also
         a substring of a larger value that should have matched (e.g., 'abc'
         matching when 'abcdef' should have been the match).