mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +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 rmdir /dev/shm\n'
|
||||||
'\tsudo ln -Tsf /{run,dev}/shm\n'
|
'\tsudo ln -Tsf /{run,dev}/shm\n'
|
||||||
'(See https://github.com/travis-ci/travis-core/issues/187\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
|
raise
|
||||||
def newf(f, q, *args, **kwargs):
|
def newf(f, q, *args, **kwargs):
|
||||||
if resource:
|
if resource:
|
||||||
|
@ -558,7 +558,7 @@ registerChannelValue(supybot.replies, 'error',
|
|||||||
|
|
||||||
registerChannelValue(supybot.replies, 'errorOwner',
|
registerChannelValue(supybot.replies, 'errorOwner',
|
||||||
registry.NormalizedString(_("""An error has occurred and has been logged.
|
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.""")))
|
message the bot gives to the owner when it wants to be ambiguous.""")))
|
||||||
|
|
||||||
registerChannelValue(supybot.replies, 'incorrectAuthentication',
|
registerChannelValue(supybot.replies, 'incorrectAuthentication',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user