Commit ef897236 authored by Franco Fichtner's avatar Franco Fichtner

src: fix spelling errors

Submitted by: Calexium
parent 5e19a31f
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
<label>direction</label> <label>direction</label>
<type>dropdown</type> <type>dropdown</type>
<advanced>true</advanced> <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>
<field> <field>
<id>rule.target</id> <id>rule.target</id>
......
...@@ -106,13 +106,13 @@ ...@@ -106,13 +106,13 @@
<maxDownloadSize type="IntegerField"> <maxDownloadSize type="IntegerField">
<default>2048</default> <default>2048</default>
<MinimumValue>1</MinimumValue> <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> <Required>N</Required>
</maxDownloadSize> </maxDownloadSize>
<maxUploadSize type="IntegerField"> <maxUploadSize type="IntegerField">
<default>1024</default> <default>1024</default>
<MinimumValue>1</MinimumValue> <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> <Required>N</Required>
</maxUploadSize> </maxUploadSize>
<OverallBandwidthTrotteling type="IntegerField"> <OverallBandwidthTrotteling type="IntegerField">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment