aboutsummaryrefslogtreecommitdiffstats
path: root/config/gwled/gwled.inc
diff options
context:
space:
mode:
Diffstat (limited to 'config/gwled/gwled.inc')
-rw-r--r--config/gwled/gwled.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gwled/gwled.inc b/config/gwled/gwled.inc
index ff62e562..9917208b 100644
--- a/config/gwled/gwled.inc
+++ b/config/gwled/gwled.inc
@@ -63,7 +63,7 @@ function validate_form_gwled($post, &$input_errors) {
if (($post['gw_led2']) && ($post['gw_led3']) &&
(($post['enable_led2']) && ($post['enable_led3'])) &&
($post['gw_led2'] == $post['gw_led3'])) {
- $input_errors[] = 'You cannot set two LEDs for a single gateway. Please choose seperate interfaces.';
+ $input_errors[] = 'You cannot set two LEDs for a single gateway. Please choose seperate interfaces.';
}
}