From e178be6432474c904a1531767840b504ef3fd454 Mon Sep 17 00:00:00 2001 From: Thomas Riccardi Date: Sun, 13 Nov 2016 20:43:46 +0100 Subject: [PATCH] sshd_log: fix label typo --- plugins/ssh/sshd_log | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ssh/sshd_log b/plugins/ssh/sshd_log index 66061a84..3c38af1c 100755 --- a/plugins/ssh/sshd_log +++ b/plugins/ssh/sshd_log @@ -123,7 +123,7 @@ if [ "$1" = "config" ]; then echo 'rootAttempt.min 0' echo 'rootAttempt.type' "$TYPE" - echo 'InvUsr.label Invalid user login attepmts' + echo 'InvUsr.label Invalid user login attempts' echo 'InvUsr.min 0' echo 'InvUsr.type' "$TYPE"