src/conf.py & commands.py: fix typo

informations --> information
This commit is contained in:
Mikaela Suomalainen 2014-07-31 20:51:44 +03:00 committed by Valentin Lorentz
parent 2f327ab9c1
commit ddf7ec9baa
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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',