Commit 034cbf13 authored by Greg Ward's avatar Greg Ward

Typo fix (spelling mistake in error message).

parent 36a90f61
...@@ -188,7 +188,7 @@ def normpath(s): ...@@ -188,7 +188,7 @@ def normpath(s):
i = i - 1 i = i - 1
else: else:
# best way to handle this is to raise an exception # 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: else:
i = i + 1 i = i + 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment