diff options
author | Chris Buechler <cmb@pfsense.org> | 2009-12-07 18:50:11 -0500 |
---|---|---|
committer | Chris Buechler <cmb@pfsense.org> | 2009-12-07 18:50:11 -0500 |
commit | 4494cf6ad9f482fcdf21f6446a45f355e3b46977 (patch) | |
tree | 5e852f5244d3c3488dbf5a5a2beffd5c63ffaa08 /usr | |
parent | fcf6a458bcea5ebf20ec3d7b9d3d1a78abcab888 (diff) | |
download | pfsense-4494cf6ad9f482fcdf21f6446a45f355e3b46977.zip pfsense-4494cf6ad9f482fcdf21f6446a45f355e3b46977.tar.gz |
fix typos
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/pkg/carp.xml | 2 | ||||
-rw-r--r-- | usr/local/www/system_usermanager.php | 2 | ||||
-rwxr-xr-x | usr/local/www/vpn_ipsec.php | 2 |
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"> |