From d127f8f2ac4a7644fa9fe1bcde72b1b02e8a9d32 Mon Sep 17 00:00:00 2001 From: Kirill Smelkov Date: Tue, 17 Mar 2015 21:42:47 +0300 Subject: [PATCH] contrib/ksmtpproxy: Fix typo Signed-off-by: Kirill Smelkov --- contrib/ksmtpproxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ksmtpproxy b/contrib/ksmtpproxy index 2301e54..cd1468f 100755 --- a/contrib/ksmtpproxy +++ b/contrib/ksmtpproxy @@ -80,7 +80,7 @@ debug = 0 # account -> password # NOTE since we are protecting ourself from poking from gdb, it is -# (relatively) ok to store passwords in memory. An if it is not - we have +# (relatively) ok to store passwords in memory. And if it is not - we have # bigger problems, because ssh-agent uses the same protection. passwd_invalid = False # special object marking previous password was invalid -- 2.11.4.GIT