summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_ppp_edit.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/interfaces_ppp_edit.php')
-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