summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-08-13 16:39:01 +0000
committerBill Marquette <billm@pfsense.org>2005-08-13 16:39:01 +0000
commit2631018f8f252a65048670f7cd435490fccb6311 (patch)
tree7c4e39f615f4edd31615247ab366f3bb57c8fdb2 /etc/inc/vpn.inc
parentd1c844e1c17f876c3c09ae07bca204e7a72ffbac (diff)
downloadpfsense-2631018f8f252a65048670f7cd435490fccb6311.zip
pfsense-2631018f8f252a65048670f7cd435490fccb6311.tar.gz
Spello in comments
Diffstat (limited to 'etc/inc/vpn.inc')
-rw-r--r--etc/inc/vpn.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 6e984be..a4e19fe 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -88,7 +88,7 @@ function vpn_ipsec_configure($ipchg = false) {
global $config, $g;
if($g['booting'] == true) {
- /* deterimine if we should load the via padlock module */
+ /* determine if we should load the via padlock module */
$dmesg_boot = file_get_contents("/var/log/dmesg.boot");
if(stristr($dmesg_boot, "ACE")) {
echo "[VIA Padlock] ";
@@ -985,4 +985,4 @@ EOD;
return 0;
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud