AttackProtector: Fix typo.

master
Valentin Lorentz 2012-04-17 12:26:44 +00:00 committed by Mika Suomalainen
parent 5206343053
commit aaddb5587e
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ for kind in kinds:
XpY(data[0], _("""In the format XpY, where X is the number of %s per
Y seconds that triggers the punishment.""") % kind))
conf.registerChannelValue(getattr(AttackProtector, kind), 'punishment',
Punishment(data[1], _("""Determines the pushiment applyed when a
Punishment(data[1], _("""Determines the punishment applied when a
%s flood is detected.""") % kind))
# vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: