diff options
author | Ermal <eri@pfsense.org> | 2012-07-26 07:52:34 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2012-07-26 07:52:34 +0000 |
commit | bf993f30112630380362a69251e5b9d21a2c1539 (patch) | |
tree | 5e67512090421bdba80d203f6c1acf12a2d6b051 /config | |
parent | a171abeee65f03c2f127ef635e21e883d93964be (diff) | |
download | pfsense-packages-bf993f30112630380362a69251e5b9d21a2c1539.tar.gz pfsense-packages-bf993f30112630380362a69251e5b9d21a2c1539.tar.bz2 pfsense-packages-bf993f30112630380362a69251e5b9d21a2c1539.zip |
Correct function name
Diffstat (limited to 'config')
-rw-r--r-- | config/snort/snort_interfaces_global.php | 2 | ||||
-rw-r--r-- | config/snort/snort_preprocessors.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/snort/snort_interfaces_global.php b/config/snort/snort_interfaces_global.php index 0642211c..eb371119 100644 --- a/config/snort/snort_interfaces_global.php +++ b/config/snort/snort_interfaces_global.php @@ -261,7 +261,7 @@ if ($input_errors) <?php echo gettext("Hint: in most cases, 1 hour is a good choice."); ?></span></td> </tr> <tr> - <td width="22%" valign="top" class="vncell"><?php echo gettet("Keep snort settings " . + <td width="22%" valign="top" class="vncell"><?php echo gettext("Keep snort settings " . "after deinstall"); ?></td> <td width="78%" class="vtable"><input name="forcekeepsettings" id="forcekeepsettings" type="checkbox" value="yes" diff --git a/config/snort/snort_preprocessors.php b/config/snort/snort_preprocessors.php index dc9ae809..d59af640 100644 --- a/config/snort/snort_preprocessors.php +++ b/config/snort/snort_preprocessors.php @@ -222,7 +222,7 @@ include_once("head.inc"); "means Maximum )"); ?></td> </tr> </table> - <?php echo gettet("The number of bytes to be queued for reassembly for TCP sessions in " . + <?php echo gettext("The number of bytes to be queued for reassembly for TCP sessions in " . "memory. Default value is <strong>1048576</strong>"); ?><br> </td> </tr> |