typos fixed by Rob Hooft

This commit is contained in:
Jeremy Hylton 2000-06-28 14:48:01 +00:00
parent 7c014684c2
commit a05e293a21
32 changed files with 41 additions and 41 deletions

View file

@ -36,7 +36,7 @@ def fnmatch(name, pat):
return fnmatchcase(name, pat)
def fnmatchcase(name, pat):
"""Test wheter FILENAME matches PATTERN, including case.
"""Test whether FILENAME matches PATTERN, including case.
This is a version of fnmatch() which doesn't case-normalize
its arguments.