]> git.proxmox.com Git - pmg-api.git/commitdiff
fixed some typos in PMG/Config.pm
authorOguz Bektas <o.bektas@proxmox.com>
Wed, 21 Nov 2018 11:31:38 +0000 (12:31 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 21 Nov 2018 11:52:35 +0000 (12:52 +0100)
Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
PMG/Config.pm

index 81ab27d656e00d49fa05b84fb27edd658775ba9d..b09a856018dc172a6fd52d88f0ff8a25a4c056ce 100755 (executable)
@@ -15,7 +15,7 @@ my $defaultData = {
     propertyList => {
        type => { description => "Section type." },
        section => {
-           description => "Secion ID.",
+           description => "Section ID.",
            type => 'string', format => 'pve-configid',
        },
     },
@@ -157,7 +157,7 @@ sub properties {
            type => 'string',
        },
        clamav_heuristic_score => {
-           description => "Score for ClamaAV heuristics (Google Safe Browsing database, PhishingScanURLs, ...).",
+           description => "Score for ClamAV heuristics (Google Safe Browsing database, PhishingScanURLs, ...).",
            type => 'integer',
            minimum => 0,
            maximum => 1000,
@@ -319,7 +319,7 @@ sub properties {
            default => 'database.clamav.net',
        },
        archiveblockencrypted => {
-           description => "Wether to block encrypted archives. Mark encrypted archives as viruses.",
+           description => "Whether to block encrypted archives. Mark encrypted archives as viruses.",
            type => 'boolean',
            default => 0,
        },