diff options
author | bmeeks8 <bmeeks8@bellsouth.net> | 2013-05-31 21:29:29 -0400 |
---|---|---|
committer | bmeeks8 <bmeeks8@bellsouth.net> | 2013-05-31 21:29:29 -0400 |
commit | 30b50ec9c75d210579a5321e01043e2f5ae7980d (patch) | |
tree | 13cde72926fb15cda6106a6003de20f15c2f39fd | |
parent | e126e8887597bf0b813309dd5597b18385223859 (diff) | |
download | pfsense-packages-30b50ec9c75d210579a5321e01043e2f5ae7980d.tar.gz pfsense-packages-30b50ec9c75d210579a5321e01043e2f5ae7980d.tar.bz2 pfsense-packages-30b50ec9c75d210579a5321e01043e2f5ae7980d.zip |
Correct misspelled word "enabling" in a caption.
-rwxr-xr-x | config/snort/snort_preprocessors.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_preprocessors.php b/config/snort/snort_preprocessors.php index b813e8bf..4c921ca4 100755 --- a/config/snort/snort_preprocessors.php +++ b/config/snort/snort_preprocessors.php @@ -754,7 +754,7 @@ include_once("head.inc"); <?php echo gettext("Do not queue large packets in reassembly buffer to increase performance. Default is ") . "<strong>" . gettext("Not Checked") . "</strong>"; ?>.<br/> <?php echo "<span class=\"red\"><strong>" . gettext("Warning: ") . "</strong></span>" . - gettext("Enabing this option could result in missed packets. Recommended setting is not checked."); ?></td> + gettext("Enabling this option could result in missed packets. Recommended setting is not checked."); ?></td> </tr> <tr> <td valign="top" class="vncell"><?php echo gettext("Max Queued Bytes"); ?></td> |