aboutsummaryrefslogtreecommitdiffstats
path: root/config/openvpn-client-export
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2014-10-05 08:43:52 +0545
committerPhil Davis <phil.davis@inf.org>2014-10-05 08:43:52 +0545
commita591752c86655a5681a5bd5c89f704584372aaf7 (patch)
tree64560aaa3d6d62bccb5088f1b3cf36ef75d636e6 /config/openvpn-client-export
parent7b7d7bb19d6d06f4bd9941c6223bfe347419ca71 (diff)
downloadpfsense-packages-a591752c86655a5681a5bd5c89f704584372aaf7.tar.gz
pfsense-packages-a591752c86655a5681a5bd5c89f704584372aaf7.tar.bz2
pfsense-packages-a591752c86655a5681a5bd5c89f704584372aaf7.zip
Text typos
Diffstat (limited to 'config/openvpn-client-export')
-rw-r--r--config/openvpn-client-export/vpn_openvpn_export_shared.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/openvpn-client-export/vpn_openvpn_export_shared.php b/config/openvpn-client-export/vpn_openvpn_export_shared.php
index da77870a..26efc1ed 100644
--- a/config/openvpn-client-export/vpn_openvpn_export_shared.php
+++ b/config/openvpn-client-export/vpn_openvpn_export_shared.php
@@ -1,6 +1,6 @@
<?php
/*
- vpn_openvpn_export.php
+ vpn_openvpn_export_shared.php
Copyright (C) 2008 Shrew Soft Inc.
Copyright (C) 2010 Ermal Luçi
@@ -202,7 +202,7 @@ function download_begin(act) {
var proxyconf = document.getElementById("proxyconf").value;
if (useproxypass) {
if (!proxyuser) {
- alert("Please fill the proxy username and passowrd.");
+ alert("Please fill the proxy username and password.");
return;
}
if (!proxypass || !proxyconf) {