summaryrefslogtreecommitdiffstats
path: root/Lib/macpath.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2001-08-08 20:55:10 (GMT)
committerGreg Ward <gward@python.net>2001-08-08 20:55:10 (GMT)
commit034cbf135049fc74218a0daeb555ed597d991f3a (patch)
tree2f8f4a1cb94bacbbb08ada090576df203c5a3543 /Lib/macpath.py
parent36a90f61e8ddaa64dd7e0d155ab3a347b304783b (diff)
downloadcpython-034cbf135049fc74218a0daeb555ed597d991f3a.zip
cpython-034cbf135049fc74218a0daeb555ed597d991f3a.tar.gz
cpython-034cbf135049fc74218a0daeb555ed597d991f3a.tar.bz2
Typo fix (spelling mistake in error message).
Diffstat (limited to 'Lib/macpath.py')
-rw-r--r--Lib/macpath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/macpath.py b/Lib/macpath.py
index 197e50f..46ae764 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