aboutsummaryrefslogtreecommitdiffstats
path: root/config/snort/snort_preprocessors.php
diff options
context:
space:
mode:
authorbmeeks8 <bmeeks8@bellsouth.net>2013-05-25 20:16:56 -0400
committerbmeeks8 <bmeeks8@bellsouth.net>2013-05-25 20:16:56 -0400
commit4ddceebe40d1d925ba99d649b010c2a8b5fad464 (patch)
treeddc037444a337241399bbbafcf45479b2e265879 /config/snort/snort_preprocessors.php
parent299941eb21f2b06ee2035714ec7a3621519ac4a9 (diff)
downloadpfsense-packages-4ddceebe40d1d925ba99d649b010c2a8b5fad464.tar.gz
pfsense-packages-4ddceebe40d1d925ba99d649b010c2a8b5fad464.tar.bz2
pfsense-packages-4ddceebe40d1d925ba99d649b010c2a8b5fad464.zip
Fix typo in field description text ("us" to "use").
Diffstat (limited to 'config/snort/snort_preprocessors.php')
-rwxr-xr-xconfig/snort/snort_preprocessors.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/snort/snort_preprocessors.php b/config/snort/snort_preprocessors.php
index e300621a..b813e8bf 100755
--- a/config/snort/snort_preprocessors.php
+++ b/config/snort/snort_preprocessors.php
@@ -532,7 +532,7 @@ include_once("head.inc");
gettext("603979776") . "</strong>" . gettext(" (576 MB)"); ?>.</td>
</tr>
</table>
- <?php echo gettext("Maximum amount of memory the preprocessor will us for logging the URI and Hostname data. The default " .
+ <?php echo gettext("Maximum amount of memory the preprocessor will use for logging the URI and Hostname data. The default " .
"value is ") . "<strong>" . gettext("150,994,944") . "</strong>" . gettext(" (144 MB)."); ?>
<?php echo gettext(" This option determines the maximum HTTP sessions that will log URI and Hostname data at any given instant. ") .
gettext(" Max Logged Sessions = MEMCAP / 2304"); ?>.<br/>