]> granicus.if.org Git - python/commitdiff
Typo fix (spelling mistake in error message).
authorGreg Ward <gward@python.net>
Wed, 8 Aug 2001 20:55:10 +0000 (20:55 +0000)
committerGreg Ward <gward@python.net>
Wed, 8 Aug 2001 20:55:10 +0000 (20:55 +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