security/clamav: fix typos

PR: https://forum.opnsense.org/index.php?topic=7210.0
This commit is contained in:
Franco Fichtner 2018-02-08 08:38:00 +01:00
parent d75195e009
commit 8d6debcf5d

View file

@ -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>