From dbbd7b4c4ea10e969e53173c52bb34fa4f6c2363 Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 12 Dec 2017 20:54:34 -0500 Subject: [PATCH] log: fix a typo (normal->normally) --- src/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/log.py b/src/log.py index 5ba4325f9..806d95eda 100644 --- a/src/log.py +++ b/src/log.py @@ -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.