summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-06-05 01:39:49 -0400
committerChris Buechler <cmb@pfsense.org>2009-06-05 01:39:49 -0400
commit250e8c39357c1945e3a5388ec33db0b43968d300 (patch)
tree71704c366ca762b955f90f68e09edeb25fdebb70 /usr
parentca0107699b7756c42a7242b761ed119d3778b2d7 (diff)
downloadpfsense-250e8c39357c1945e3a5388ec33db0b43968d300.zip
pfsense-250e8c39357c1945e3a5388ec33db0b43968d300.tar.gz
correct spelling
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/interfaces_ppp_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_ppp_edit.php b/usr/local/www/interfaces_ppp_edit.php
index ce27e05..b7cc653 100644
--- a/usr/local/www/interfaces_ppp_edit.php
+++ b/usr/local/www/interfaces_ppp_edit.php
@@ -103,7 +103,7 @@ if ($_POST) {
$ppp['pppif'] = $_POST['pppif'];
$ppp['pppif'] = interface_ppp_configure($ppp);
if ($ppp['pppif'] == "" || !stristr($ppp['pppif'], "ppp"))
- $input_errors[] = "Error occured creating PPP interface.";
+ $input_errors[] = "Error occurred creating PPP interface.";
else {
if (isset($id) && $a_ppps[$id])
$a_ppps[$id] = $ppp;
OpenPOWER on IntegriCloud