mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix misspellings.
This commit is contained in:
parent
a23600ef64
commit
223ebd3f14
@ -3521,7 +3521,7 @@ function interface_track6_configure($interface = "lan", $wancfg, $linkupevent =
|
||||
|
||||
$trackcfg = $config['interfaces'][$wancfg['track6-interface']];
|
||||
if (!isset($trackcfg['enable'])) {
|
||||
log_error(sprintf(gettext('Interface %1$s tracking non-existant interface %2$s'), $interface, $wancfg['track6-interface']));
|
||||
log_error(sprintf(gettext('Interface %1$s tracking non-existent interface %2$s'), $interface, $wancfg['track6-interface']));
|
||||
return;
|
||||
}
|
||||
|
||||
@ -3590,7 +3590,7 @@ function interface_track6_6rd_configure($interface = "lan", $lancfg) {
|
||||
|
||||
$wancfg = $config['interfaces'][$lancfg['track6-interface']];
|
||||
if (empty($wancfg)) {
|
||||
log_error(sprintf(gettext('Interface %1$s tracking non-existant interface %2$s'), $interface, $lancfg['track6-interface']));
|
||||
log_error(sprintf(gettext('Interface %1$s tracking non-existent interface %2$s'), $interface, $lancfg['track6-interface']));
|
||||
return;
|
||||
}
|
||||
|
||||
@ -3654,7 +3654,7 @@ function interface_track6_6to4_configure($interface = "lan", $lancfg) {
|
||||
|
||||
$wancfg = $config['interfaces'][$lancfg['track6-interface']];
|
||||
if (empty($wancfg)) {
|
||||
log_error(sprintf(gettext('Interface %1$s tracking non-existant interface %2$s'), $interface, $lancfg['track6-interface']));
|
||||
log_error(sprintf(gettext('Interface %1$s tracking non-existent interface %2$s'), $interface, $lancfg['track6-interface']));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@ -2249,7 +2249,7 @@ msgstr ""
|
||||
#: src/etc/inc/interfaces.inc:3514 src/etc/inc/interfaces.inc:3579
|
||||
#: src/etc/inc/interfaces.inc:3643
|
||||
#, php-format
|
||||
msgid "Interface %1$s tracking non-existant interface %2$s"
|
||||
msgid "Interface %1$s tracking non-existent interface %2$s"
|
||||
msgstr ""
|
||||
|
||||
#: src/etc/inc/interfaces.inc:3521 src/etc/inc/interfaces.inc:3527
|
||||
|
||||
Loading…
Reference in New Issue
Block a user