From: Fred Drake <fdrake@acm.org> Date: Thu, 17 Feb 2000 17:30:40 +0000 (+0000) Subject: Typo in a comment: "wheter" --> "whether" X-Git-Tag: v1.6a1~402 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef0b5dd080ac9880d02beace16b9fba8ab7fde5c;p=python Typo in a comment: "wheter" --> "whether" --- diff --git a/Lib/ntpath.py b/Lib/ntpath.py index 6a73b0c84f..51e60a2edd 100644 --- a/Lib/ntpath.py +++ b/Lib/ntpath.py @@ -21,7 +21,7 @@ def normcase(s): return string.lower(string.replace(s, "/", "\\")) -# Return wheter a path is absolute. +# Return whether a path is absolute. # Trivial in Posix, harder on the Mac or MS-DOS. # For DOS it is absolute if it starts with a slash or backslash (current # volume), or if a pathname after the volume letter and colon / UNC resource