From aa995d5d982cc57087ecf37b8db476a20fb452ec Mon Sep 17 00:00:00 2001 From: Oguz Bektas Date: Wed, 21 Nov 2018 12:31:38 +0100 Subject: [PATCH] fixed some typos in PMG/Config.pm Signed-off-by: Oguz Bektas --- PMG/Config.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PMG/Config.pm b/PMG/Config.pm index 81ab27d..b09a856 100755 --- a/PMG/Config.pm +++ b/PMG/Config.pm @@ -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, }, -- 2.39.2