src: fix spelling errors

Submitted by: Calexium
This commit is contained in:
Franco Fichtner 2015-09-13 11:44:00 +02:00
parent 5e19a31fbc
commit ef89723628
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@
<label>direction</label>
<type>dropdown</type>
<advanced>true</advanced>
<help>matches incomming or outgoing packets or both (default)</help>
<help>matches incoming or outgoing packets or both (default)</help>
</field>
<field>
<id>rule.target</id>

View File

@ -106,13 +106,13 @@
<maxDownloadSize type="IntegerField">
<default>2048</default>
<MinimumValue>1</MinimumValue>
<ValidationMessage>Specify the maximum download size. (number of KB's)</ValidationMessage>
<ValidationMessage>Specify the maximum download size. (number of KBs)</ValidationMessage>
<Required>N</Required>
</maxDownloadSize>
<maxUploadSize type="IntegerField">
<default>1024</default>
<MinimumValue>1</MinimumValue>
<ValidationMessage>Specify the maximum upload size. (number of KB's)</ValidationMessage>
<ValidationMessage>Specify the maximum upload size. (number of KBs)</ValidationMessage>
<Required>N</Required>
</maxUploadSize>
<OverallBandwidthTrotteling type="IntegerField">