Issue #27626: Spelling fixes in docs, comments and internal names

Based on patch by Ville Skyttä.
This commit is contained in:
Martin Panter 2016-07-28 01:11:04 +00:00
parent eac67be948
commit eb9957065a
33 changed files with 48 additions and 48 deletions

View file

@ -396,7 +396,7 @@ class CookieTests(unittest.TestCase):
## comma-separated list, it'll be a headache to parse (at least my head
## starts hurting every time I think of that code).
## - Expires: You'll get all sorts of date formats in the expires,
## including emtpy expires attributes ("expires="). Be as flexible as you
## including empty expires attributes ("expires="). Be as flexible as you
## can, and certainly don't expect the weekday to be there; if you can't
## parse it, just ignore it and pretend it's a session cookie.
## - Domain-matching: Netscape uses the 2-dot rule for _all_ domains, not