From cd32032b3388c090162d2f2819896bd624edeaac Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sat, 13 Jan 2018 11:25:41 +0100 Subject: [PATCH] firewall: fix a typo --- src/etc/inc/filter.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/inc/filter.inc b/src/etc/inc/filter.inc index 85fe75475..e93a9f4f6 100644 --- a/src/etc/inc/filter.inc +++ b/src/etc/inc/filter.inc @@ -192,7 +192,7 @@ function filter_configure_sync($verbose = false) if (isset($config['filter']['rule'])) { // register user rules foreach ($config['filter']['rule'] as $rule) { - // calculate a hash for this arrea so we can track this rule, we should replace this + // calculate a hash for this area so we can track this rule, we should replace this // with uuid's on the rules like the new style models do eventually. $rule['md5'] = md5(json_encode($rule)); $sched = '';