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,