summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-12-07 18:50:11 -0500
committerChris Buechler <cmb@pfsense.org>2009-12-07 18:50:11 -0500
commit4494cf6ad9f482fcdf21f6446a45f355e3b46977 (patch)
tree5e852f5244d3c3488dbf5a5a2beffd5c63ffaa08 /usr/local
parentfcf6a458bcea5ebf20ec3d7b9d3d1a78abcab888 (diff)
downloadpfsense-4494cf6ad9f482fcdf21f6446a45f355e3b46977.zip
pfsense-4494cf6ad9f482fcdf21f6446a45f355e3b46977.tar.gz
fix typos
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/pkg/carp.xml2
-rw-r--r--usr/local/www/system_usermanager.php2
-rwxr-xr-xusr/local/www/vpn_ipsec.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/pkg/carp.xml b/usr/local/pkg/carp.xml
index e4db39c..36f9fbe 100644
--- a/usr/local/pkg/carp.xml
+++ b/usr/local/pkg/carp.xml
@@ -81,7 +81,7 @@
<field>
<fielddescr>Bind Virtual IP to interface</fielddescr>
<fieldname>interface</fieldname>
- <description>Select the interface that this IP should bind to (carpdev). Leave this set to AUTO for the system to automatically deterimine where to setup the IP.</description>
+ <description>Select the interface that this IP should bind to (carpdev). Leave this set to AUTO for the system to automatically determine where to setup the IP.</description>
<add_to_interfaces_selection>AUTO</add_to_interfaces_selection>
<size>3</size>
<value>AUTO</value>
diff --git a/usr/local/www/system_usermanager.php b/usr/local/www/system_usermanager.php
index 1cd1ea8..5e4c7a2 100644
--- a/usr/local/www/system_usermanager.php
+++ b/usr/local/www/system_usermanager.php
@@ -724,7 +724,7 @@ function presubmit() {
}
}
- /* deterimine if user is not local to system */
+ /* determine if user is not local to system */
$islocal = false;
foreach($config['system']['user'] as $user)
if($user['name'] == $_SESSION['Username'])
diff --git a/usr/local/www/vpn_ipsec.php b/usr/local/www/vpn_ipsec.php
index d244ae6..a694812 100755
--- a/usr/local/www/vpn_ipsec.php
+++ b/usr/local/www/vpn_ipsec.php
@@ -186,7 +186,7 @@ include("head.inc");
$spans = $spane = "";
show_ipsec_header($ph1ent);
- $counter++; // used to deterimine if we need to output header manually (no records exist)
+ $counter++; // used to determine if we need to output header manually (no records exist)
?>
<tr valign="top" ondblclick="document.location='vpn_ipsec_phase1.php?p1index=<?=$i;?>'">
<td class="listlr">
OpenPOWER on IntegriCloud