[pve-devel] [PATCH manager 1/3] fix typo in comment (ssl-config)

Stoiko Ivanov s.ivanov at proxmox.com
Fri Feb 15 12:36:01 CET 2019


Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
 PVE/Service/pveproxy.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/Service/pveproxy.pm b/PVE/Service/pveproxy.pm
index b286931b..ee6c28d4 100755
--- a/PVE/Service/pveproxy.pm
+++ b/PVE/Service/pveproxy.pm
@@ -102,7 +102,7 @@ sub init {
 	policy => $proxyconf->{POLICY},
 	ssl => {
 	    # Note: older versions are considered insecure, for example
-	    # search for "Poodle"-Attac
+	    # search for "Poodle"-Attack
 	    method => 'any',
 	    sslv2 => 0,
 	    sslv3 => 0,
-- 
2.11.0





More information about the pve-devel mailing list