summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/dyndns.class2
-rw-r--r--etc/inc/filter.inc2
-rw-r--r--etc/inc/services.inc2
-rwxr-xr-xetc/rc.newwanip2
4 files changed, 4 insertions, 4 deletions
diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class
index a2cc920..af48efe 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -846,7 +846,7 @@
$time = '2160000';
$needs_updating = FALSE;
- /* lets deterimine if the item needs updating */
+ /* lets determine if the item needs updating */
if ($cacheIP != $wan_ip) {
$needs_updating = TRUE;
log_error("DynDns: cacheIP != wan_ip. Updating.");
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 1e66e00..a3c9b4b 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -2083,7 +2083,7 @@ function filter_get_time_based_rule_status($schedule) {
if (empty($schedule))
return true;
/*
- * iterate through time blocks and deterimine
+ * iterate through time blocks and determine
* if the rule should be installed or not.
*/
foreach($schedule['timerange'] as $timeday) {
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 42ac743..a8ded09 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -137,7 +137,7 @@ EOD;
$dhcpdifs = array();
- /* loop through and deterimine if we need to setup
+ /* loop through and determine if we need to setup
* failover peer "bleh" entries
*/
$dhcpnum = 0;
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index ab5c89c..dbfc606 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -73,7 +73,7 @@ if($old_ip) {
if($helpers)
mwexec("kill " . trim($helpers));
} else {
- log_error("WARNING! /etc/rc.newwanip could not deterimine the previous ip address ( $interface ).");
+ log_error("WARNING! /etc/rc.newwanip could not determine the previous IP address ( $interface ).");
}
/* reconfigure IPsec tunnels */
OpenPOWER on IntegriCloud