From: Anthony Baxter Date: Wed, 5 Dec 2001 05:33:27 +0000 (+0000) Subject: backport 1.29: Typo fix (spelling mistake in error message). X-Git-Tag: v2.1.2c1~66 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e75ae8edb0335f68cb9ec05f00f5e8dfcd064d7f;p=thirdparty%2FPython%2Fcpython.git backport 1.29: Typo fix (spelling mistake in error message). --- diff --git a/Lib/macpath.py b/Lib/macpath.py index 197e50f07569..46ae76488e86 100644 --- a/Lib/macpath.py +++ b/Lib/macpath.py @@ -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