From 5bc3edb243dec4eb7b5cab2394338bc438c3c7c2 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 6 Jun 2018 15:38:22 +0200 Subject: [PATCH] followup: fix typo --- PVE/Storage/CIFSPlugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/Storage/CIFSPlugin.pm b/PVE/Storage/CIFSPlugin.pm index 2124c87..ff24c8d 100644 --- a/PVE/Storage/CIFSPlugin.pm +++ b/PVE/Storage/CIFSPlugin.pm @@ -104,7 +104,7 @@ sub properties { maxLength => 256, }, smbversion => { - description => "SMB protokoll version", + description => "SMB protocol version", type => 'string', enum => ['2.0', '2.1', '3.0'], optional => 1,