diff options
author | Scott Ullrich <sullrich@su.local> | 2009-09-09 18:15:46 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@su.local> | 2009-09-09 18:15:46 -0400 |
commit | ee5978ff939aa021e2ba573e8cae62c307645073 (patch) | |
tree | 40e3c51f14e0ec2bda406b49bc5baa895a489989 /config/havp | |
parent | d1accc409b8a1c94479fb3ab7dae6d51077268d9 (diff) | |
download | pfsense-packages-ee5978ff939aa021e2ba573e8cae62c307645073.tar.gz pfsense-packages-ee5978ff939aa021e2ba573e8cae62c307645073.tar.bz2 pfsense-packages-ee5978ff939aa021e2ba573e8cae62c307645073.zip |
Fix spelling typo. Found by Ermal
Diffstat (limited to 'config/havp')
-rw-r--r-- | config/havp/havp.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/havp/havp.inc b/config/havp/havp.inc index e5df91e6..190dfef0 100644 --- a/config/havp/havp.inc +++ b/config/havp/havp.inc @@ -39,7 +39,7 @@ require_once('pkg-utils.inc'); require_once('service-utils.inc'); if(!function_exists("filter_configure")) - requre_once("filter.inc"); + require_once("filter.inc"); # ------------------------------------------------------------------------------ # globals |