From a19cc6007c9a9c0a5b8b2148ceb7b4395e807948 Mon Sep 17 00:00:00 2001 From: Chris Buechler Date: Wed, 12 Nov 2014 11:22:23 -0600 Subject: [PATCH] fix variable typo --- usr/local/www/interfaces.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php index 66776653b..7e923aa18 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');