summaryrefslogtreecommitdiffstats
path: root/usr/local/captiveportal
diff options
context:
space:
mode:
authorChris Buechler <cmb@cmb-macbook-pro.local>2009-11-14 23:12:43 -0500
committerChris Buechler <cmb@cmb-macbook-pro.local>2009-11-14 23:12:43 -0500
commit18cbd65fe5e7c751893c240f1eec68e4e8621141 (patch)
treea436867c4913f536c3b7f8c0d8c8257ebdf7f585 /usr/local/captiveportal
parent729b70292d45e8ff906ce6f36b92c79373b0f412 (diff)
downloadpfsense-18cbd65fe5e7c751893c240f1eec68e4e8621141.zip
pfsense-18cbd65fe5e7c751893c240f1eec68e4e8621141.tar.gz
fix typos
Diffstat (limited to 'usr/local/captiveportal')
-rwxr-xr-xusr/local/captiveportal/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/captiveportal/index.php b/usr/local/captiveportal/index.php
index c3f5f20..92eb95d 100755
--- a/usr/local/captiveportal/index.php
+++ b/usr/local/captiveportal/index.php
@@ -47,8 +47,8 @@ $clientip = $_SERVER['REMOTE_ADDR'];
if (!$clientip) {
/* not good - bail out */
- echo "An error occured. Please check the system logs for more information.";
- log_error("Captive portal could not deterimine client's IP address.");
+ echo "An error occurred. Please check the system logs for more information.";
+ log_error("Captive portal could not determine client's IP address.");
exit;
}
@@ -86,7 +86,7 @@ $clientmac = arp_get_mac_by_ip($clientip);
if (!$clientmac && $macfilter) {
/* unable to find MAC address - shouldn't happen! - bail out */
captiveportal_logportalauth("unauthenticated","noclientmac",$clientip,"ERROR");
- echo "An error occured. Please check the system logs for more information.";
+ echo "An error occurred. Please check the system logs for more information.";
log_error("Captive portal could not determine client's MAC address. Disable MAC address filtering in captive portal if you do not need this functionality.");
exit;
}
OpenPOWER on IntegriCloud