summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-08-10 04:37:13 +0000
committerBill Marquette <billm@pfsense.org>2005-08-10 04:37:13 +0000
commit74fbc07edca161646e27d901ff2755913eaf78e3 (patch)
tree567f2335cb46cc00237bfc2fc4cb97f1e22ceda8 /etc/inc
parent4f94099ef6b695177aff5bb87aec309309529c3f (diff)
downloadpfsense-74fbc07edca161646e27d901ff2755913eaf78e3.zip
pfsense-74fbc07edca161646e27d901ff2755913eaf78e3.tar.gz
Pedantic...typo in comment
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/filter.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index 15e226d..668f158 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1365,7 +1365,7 @@ function generate_user_filter_rule($rule, $ngcounter) {
$rule['gateway'] = $split_ip[0];
$gateway = $split_ip[0];
}
- /* deterimine interface from gateway address */
+ /* determine interface from gateway address */
$int = guess_interface_from_ip($gateway);
$line .= "(" . $int . " " . $gateway . ") ";
if($int == "") {
@@ -2320,4 +2320,4 @@ function return_vpn_subnet($adr) {
return " # error - {$adr['network']} ";
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud