summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 6677665..7e923aa 100644
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -413,7 +413,7 @@ $ipv6_num_prefix_ids = pow(2, $ipv6_delegation_length);
if ($_POST['apply']) {
unset($input_errors);
if (!is_subsystem_dirty('interfaces'))
- $intput_errors[] = gettext("You have already applied your settings!");
+ $input_errors[] = gettext("You have already applied your settings!");
else {
unlink_if_exists("{$g['tmp_path']}/config.cache");
clear_subsystem_dirty('interfaces');
OpenPOWER on IntegriCloud