]> granicus.if.org Git - python/commitdiff
Typo in a comment: "wheter" --> "whether"
authorFred Drake <fdrake@acm.org>
Thu, 17 Feb 2000 17:30:40 +0000 (17:30 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 17 Feb 2000 17:30:40 +0000 (17:30 +0000)
Lib/ntpath.py

index 6a73b0c84f698e79da8f599cfeada70b3b50ccae..51e60a2eddb32d81f773bfba7d49e33f2893224a 100644 (file)
@@ -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