mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
log: fix a typo (normal->normally)
This commit is contained in:
parent
289c894dc5
commit
dbbd7b4c4e
@ -194,7 +194,7 @@ except EnvironmentError as e:
|
|||||||
raise SystemExit('Error opening messages logfile (%s). ' \
|
raise SystemExit('Error opening messages logfile (%s). ' \
|
||||||
'Generally, this is because you are running Supybot in a directory ' \
|
'Generally, this is because you are running Supybot in a directory ' \
|
||||||
'you don\'t have permissions to add files in, or you\'re running ' \
|
'you don\'t have permissions to add files in, or you\'re running ' \
|
||||||
'Supybot as a different user than you normal do. The original ' \
|
'Supybot as a different user than you normally do. The original ' \
|
||||||
'error was: %s' % (messagesLogFilename, utils.gen.exnToString(e)))
|
'error was: %s' % (messagesLogFilename, utils.gen.exnToString(e)))
|
||||||
|
|
||||||
# These are public.
|
# These are public.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user