[pve-devel] [pmg-api] fixed some typos in PMG/Config.pm
Oguz Bektas
o.bektas at proxmox.com
Wed Nov 21 12:31:38 CET 2018
Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
---
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.11.0
More information about the pve-devel
mailing list