Typo fix (spelling mistake in error message).
This commit is contained in:
parent
36a90f61e8
commit
034cbf1350
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue