mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
src/conf.py & commands.py: fix typo
informations --> information
This commit is contained in:
parent
2f327ab9c1
commit
ddf7ec9baa
@ -103,7 +103,7 @@ def process(f, *args, **kwargs):
|
||||
'\tsudo rmdir /dev/shm\n'
|
||||
'\tsudo ln -Tsf /{run,dev}/shm\n'
|
||||
'(See https://github.com/travis-ci/travis-core/issues/187\n'
|
||||
'for more informations about this bug.)\n')
|
||||
'for more information about this bug.)\n')
|
||||
raise
|
||||
def newf(f, q, *args, **kwargs):
|
||||
if resource:
|
||||
|
@ -558,7 +558,7 @@ registerChannelValue(supybot.replies, 'error',
|
||||
|
||||
registerChannelValue(supybot.replies, 'errorOwner',
|
||||
registry.NormalizedString(_("""An error has occurred and has been logged.
|
||||
Check the logs for more informations."""), _("""Determines what error
|
||||
Check the logs for more information."""), _("""Determines what error
|
||||
message the bot gives to the owner when it wants to be ambiguous.""")))
|
||||
|
||||
registerChannelValue(supybot.replies, 'incorrectAuthentication',
|
||||
|
Loading…
Reference in New Issue
Block a user