A couple of small corrections.

This commit is contained in:
NOYB 2016-03-30 01:55:06 -07:00
parent 317b28522e
commit 9e97598acc
2 changed files with 2 additions and 2 deletions

View File

@ -874,7 +874,7 @@ if ($seprows[$nrules]) {
if ("FloatingRules" != $if) {
print(gettext("Rules are evaluated on a first-match basis (i.e. " .
"the action of the first rule to match a packet will be executed). ") . '<br />' .
gettext("This means that if block rules are used, it is important to pay attention to " .
gettext("This means that if block rules are used, it is important to pay attention " .
"to the rule order. Everything that isn't explicitly passed is blocked " .
"by default. "));
} else {

View File

@ -2028,7 +2028,7 @@ events.push(function() {
} else if (val == 'synproxy state') {
dispstr += 'Synproxy: proxies incoming TCP connections to help protect servers from spoofed TCP SYN floods. This option includes the functionality of keep state and modulate state combined';
} else if (val == 'none') {
dispstr += 'None: Do not use state mechanisms to keep track. This is only useful if for doing advanced queueing in certain situations';
dispstr += 'None: Do not use state mechanisms to keep track. This is only useful for doing advanced queueing in certain situations';
}
dispstr += '</span>';