]> git.proxmox.com Git - pve-storage.git/commitdiff
followup: fix typo
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 6 Jun 2018 13:38:22 +0000 (15:38 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 6 Jun 2018 13:38:22 +0000 (15:38 +0200)
PVE/Storage/CIFSPlugin.pm

index 2124c871ef5ab322f95b953ebb5d04dbf201a727..ff24c8df16609127376b942870e85dbfe08c99ff 100644 (file)
@@ -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,