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/siproxd.inc | |
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/siproxd.inc')
-rw-r--r-- | config/siproxd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/siproxd.inc b/config/siproxd.inc index 05cf515e..b37f5564 100644 --- a/config/siproxd.inc +++ b/config/siproxd.inc @@ -28,7 +28,7 @@ */ if(!function_exists("filter_configure")) - requre_once("filter.inc"); + require_once("filter.inc"); function sync_package_sipproxd_users() { conf_mount_rw(); |