mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
security/clamav: fix typos
PR: https://forum.opnsense.org/index.php?topic=7210.0
This commit is contained in:
parent
d75195e009
commit
8d6debcf5d
1 changed files with 2 additions and 2 deletions
|
|
@ -59,13 +59,13 @@
|
|||
</field>
|
||||
<field>
|
||||
<id>general.scanpe</id>
|
||||
<label>Scan portable executeable</label>
|
||||
<label>Scan portable executable</label>
|
||||
<type>checkbox</type>
|
||||
<help>PE stands for Portable Executable - it's an executable file format used in all 32 and 64-bit versions of Windows operating systems.</help>
|
||||
</field>
|
||||
<field>
|
||||
<id>general.scanelf</id>
|
||||
<label>Scan executeable and linking format</label>
|
||||
<label>Scan executable and linking format</label>
|
||||
<type>checkbox</type>
|
||||
<help>Executable and Linking Format is a standard format for UN*X executables.</help>
|
||||
</field>
|
||||
|
|
|
|||
Loading…
Reference in a new issue