summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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