From c480304c8e59ff9ec23b5eec93007a1132f69861 Mon Sep 17 00:00:00 2001 From: Cyril Jaquier Date: Tue, 1 Sep 2009 20:25:32 +0000 Subject: [PATCH] - Fixed typo. Thanks to Dudi Goldenberg. git-svn-id: https://fail2ban.svn.sourceforge.net/svnroot/fail2ban/branches/FAIL2BAN-0_8@751 a942ae1a-1317-0410-a47c-b1dcaea8d605 --- common/protocol.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/protocol.py b/common/protocol.py index 71c916ce..675ef5ec 100644 --- a/common/protocol.py +++ b/common/protocol.py @@ -52,7 +52,7 @@ protocol = [ ["set addignoreip ", "adds to the ignore list of "], ["set delignoreip ", "removes from the ignore list of "], ["set addlogpath ", "adds to the monitoring list of "], -["set dellogpath ", "removes to the monitoring list of "], +["set dellogpath ", "removes from the monitoring list of "], ["set addfailregex ", "adds the regular expression which must match failures for "], ["set delfailregex ", "removes the regular expression at for failregex"], ["set addignoreregex ", "adds the regular expression which should match pattern to exclude for "],