summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-10-19 13:16:35 -0400
committerjim-p <jimp@pfsense.org>2011-10-19 13:16:56 -0400
commit7492e6c38e6ac1dc2f8b7a3117c0a832c4c5b405 (patch)
tree280042d01b13981ff86b791fdbee5bb1d7eecc34
parent1e3c94ddac61d1a1063c162bbcaac4f308a8b474 (diff)
downloadpfsense-7492e6c38e6ac1dc2f8b7a3117c0a832c4c5b405.zip
pfsense-7492e6c38e6ac1dc2f8b7a3117c0a832c4c5b405.tar.gz
Fix typo
-rw-r--r--usr/local/www/system_advanced_firewall.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_firewall.php b/usr/local/www/system_advanced_firewall.php
index 9baa2e2..2b3f5dd 100644
--- a/usr/local/www/system_advanced_firewall.php
+++ b/usr/local/www/system_advanced_firewall.php
@@ -255,7 +255,7 @@ function update_description(itemnum) {
<input name="scrubrnid" type="checkbox" id="scrubnodf" value="yes" <?php if (isset($config['system']['scrubrnid'])) echo "checked"; ?> />
<strong><?=gettext("Insert a stronger id into IP header of packets passing through the filter.");?></strong><br/>
<?=gettext("Replaces the IP identification field of packets with random values to " .
- "compensate for operating systems that use predicatable values. " .
+ "compensate for operating systems that use predictable values. " .
"This option only applies to packets that are not fragmented after the " .
"optional packet reassembly.");?>
</td>
OpenPOWER on IntegriCloud