mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 02:49:27 +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). ' \
|
||||
'Generally, this is because you are running Supybot in a directory ' \
|
||||
'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)))
|
||||
|
||||
# These are public.
|
||||
|
Loading…
Reference in New Issue
Block a user