diff options
author | jim-p <jimp@pfsense.org> | 2011-10-19 13:16:35 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2011-10-19 13:16:35 -0400 |
commit | 08847295ee2ffacaf7e94992febbfc39818645b5 (patch) | |
tree | 0abce4e6341556138da05ffcedf7a84ea3040b83 /usr/local/www | |
parent | 1005d4bf8b764dbc0f98122bfe4b23becf58abf0 (diff) | |
download | pfsense-08847295ee2ffacaf7e94992febbfc39818645b5.zip pfsense-08847295ee2ffacaf7e94992febbfc39818645b5.tar.gz |
Fix typo
Diffstat (limited to 'usr/local/www')
-rw-r--r-- | usr/local/www/system_advanced_firewall.php | 2 |
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> |