]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
backport 1.29: Typo fix (spelling mistake in error message).
authorAnthony Baxter <anthonybaxter@gmail.com>
Wed, 5 Dec 2001 05:33:27 +0000 (05:33 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Wed, 5 Dec 2001 05:33:27 +0000 (05:33 +0000)
Lib/macpath.py

index 197e50f07569c00cd57befc7576119465ad92220..46ae76488e8608333d9b27e00f3954ecc34e431b 100644 (file)
@@ -188,7 +188,7 @@ def normpath(s):
                 i = i - 1
             else:
                 # best way to handle this is to raise an exception
-                raise norm_error, 'Cannot use :: immedeately after volume name'
+                raise norm_error, 'Cannot use :: immediately after volume name'
         else:
             i = i + 1