diff options
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> |