Typo fix (spelling mistake in error message).

This commit is contained in:
Greg Ward 2001-08-08 20:55:10 +00:00
parent 36a90f61e8
commit 034cbf1350
1 changed files with 1 additions and 1 deletions

View File

@ -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