aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2014-10-05 12:01:57 -0300
committerRenato Botelho <garga@FreeBSD.org>2014-10-05 12:01:57 -0300
commite7fc39212e4b7e5b84b6d4ce7fc679742641ce4b (patch)
tree64560aaa3d6d62bccb5088f1b3cf36ef75d636e6
parentebbddd6a640c6bd0be8b89c9b3af7903550803ac (diff)
parenta591752c86655a5681a5bd5c89f704584372aaf7 (diff)
downloadpfsense-packages-e7fc39212e4b7e5b84b6d4ce7fc679742641ce4b.tar.gz
pfsense-packages-e7fc39212e4b7e5b84b6d4ce7fc679742641ce4b.tar.bz2
pfsense-packages-e7fc39212e4b7e5b84b6d4ce7fc679742641ce4b.zip
Merge pull request #713 from phil-davis/patch-1
-rwxr-xr-xconfig/openvpn-client-export/readme.txt4
-rwxr-xr-xconfig/openvpn-client-export/source/openvpn-postinstall.nsi2
-rw-r--r--config/openvpn-client-export/source/openvpn-postinstall64.nsi2
-rwxr-xr-xconfig/openvpn-client-export/vpn_openvpn_export.php2
-rw-r--r--config/openvpn-client-export/vpn_openvpn_export_shared.php4
5 files changed, 7 insertions, 7 deletions
diff --git a/config/openvpn-client-export/readme.txt b/config/openvpn-client-export/readme.txt
index 071b6d59..b9310283 100755
--- a/config/openvpn-client-export/readme.txt
+++ b/config/openvpn-client-export/readme.txt
@@ -2,7 +2,7 @@ pfSense OpenVPN Client Export Package
-------------------------------------
This package includes a webConfigurator interface that allows for easy
-expory of user based OpenVPN configurations and pre-configured windows
+export of user based OpenVPN configurations and pre-configured windows
installer packages.
Contents
@@ -34,7 +34,7 @@ root package directory using the following command ...
tar zcvf openvpn-client-export.tgz client-export
-With the archive created, you will have three relevent files in the
+With the archive created, you will have three relevant files in the
root package directory ...
openvpn-client-export.inc
diff --git a/config/openvpn-client-export/source/openvpn-postinstall.nsi b/config/openvpn-client-export/source/openvpn-postinstall.nsi
index fb4356e0..70057f6d 100755
--- a/config/openvpn-client-export/source/openvpn-postinstall.nsi
+++ b/config/openvpn-client-export/source/openvpn-postinstall.nsi
@@ -37,7 +37,7 @@ Var /GLOBAL mui.FinishPage.Run
!define WELCOME_TITLE 'Welcome to OpenVPN installer.'
!define WELCOME_TEXT "This wizard will guide you through the installation of the OpenVPN client and configuration.$\r$\n$\r$\n\
-This wil automaticaly install the configuration files needed for your connection. \
+This will automatically install the configuration files needed for your connection. \
And if needed install the required DotNet2 framework."
!define MUI_WELCOMEPAGE_TITLE '${WELCOME_TITLE}'
;!define MUI_WELCOMEPAGE_TITLE_3LINES
diff --git a/config/openvpn-client-export/source/openvpn-postinstall64.nsi b/config/openvpn-client-export/source/openvpn-postinstall64.nsi
index b962ddff..720ab663 100644
--- a/config/openvpn-client-export/source/openvpn-postinstall64.nsi
+++ b/config/openvpn-client-export/source/openvpn-postinstall64.nsi
@@ -38,7 +38,7 @@ Var /GLOBAL mui.FinishPage.Run
!define WELCOME_TITLE 'Welcome to OpenVPN installer.'
!define WELCOME_TEXT "This wizard will guide you through the installation of the OpenVPN client and configuration.$\r$\n$\r$\n\
-This wil automaticaly install the configuration files needed for your connection. \
+This will automatically install the configuration files needed for your connection. \
And if needed install the required DotNet2 framework."
!define MUI_WELCOMEPAGE_TITLE '${WELCOME_TITLE}'
;!define MUI_WELCOMEPAGE_TITLE_3LINES
diff --git a/config/openvpn-client-export/vpn_openvpn_export.php b/config/openvpn-client-export/vpn_openvpn_export.php
index 086c2a52..6a8c9358 100755
--- a/config/openvpn-client-export/vpn_openvpn_export.php
+++ b/config/openvpn-client-export/vpn_openvpn_export.php
@@ -362,7 +362,7 @@ function download_begin(act, i, j) {
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) {
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) {