From 845760969bb22b81980884f197121bab885752fc Mon Sep 17 00:00:00 2001 From: Tom Li Date: Mon, 2 Feb 2015 18:30:54 +0800 Subject: [PATCH] tls: fix a typo. Signed-off-by: Tom Li --- plugins/tls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/tls b/plugins/tls index cccf3fd..7712a54 100644 --- a/plugins/tls +++ b/plugins/tls @@ -87,7 +87,7 @@ sub init { $self->log(LOGINFO, "Cannot locate dhparam, possible DHE algorithms will be unavailable."); $self->log(LOGINFO, - "The encryption strength will decline que to lack of Forward Secrecy."); + "The encryption strength will decline due to lack of Forward Secrecy."); } $self->tls_cert($cert); $self->tls_key($key);