summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/dyndns.class2
-rw-r--r--etc/inc/filter.inc2
-rw-r--r--etc/inc/services.inc2
3 files changed, 3 insertions, 3 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;
OpenPOWER on IntegriCloud