summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/firewall_aliases_import.php4
-rw-r--r--usr/local/www/vpn_openvpn_client.php2
-rw-r--r--usr/local/www/vpn_openvpn_csc.php2
-rw-r--r--usr/local/www/vpn_openvpn_server.php2
4 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/firewall_aliases_import.php b/usr/local/www/firewall_aliases_import.php
index 1700a20..e0334cd 100755
--- a/usr/local/www/firewall_aliases_import.php
+++ b/usr/local/www/firewall_aliases_import.php
@@ -138,8 +138,8 @@ include("head.inc");
<tr>
<td valign="top" class="vncellreq">Aliases to import</td>
<td class="vtable"><textarea name="aliasimport" ROWS="15" COLS="40"><?php echo $_POST['aliasimport']; ?></textarea>
- <br /> <span class="vexpl">Paste in the aliases to import seperated by a carriage return. Common examples are list of ips, networks, blacklists, etc.
- <br /> The list may contain only ip addresses. </span></td>
+ <br /> <span class="vexpl">Paste in the aliases to import separated by a carriage return. Common examples are lists of IPs, networks, blacklists, etc.
+ <br /> The list may contain only IP addresses. </span></td>
</tr>
<tr>
<td width="22%" valign="top">&nbsp;</td>
diff --git a/usr/local/www/vpn_openvpn_client.php b/usr/local/www/vpn_openvpn_client.php
index 468f88b..4a3237a 100644
--- a/usr/local/www/vpn_openvpn_client.php
+++ b/usr/local/www/vpn_openvpn_client.php
@@ -687,7 +687,7 @@ function autotls_change() {
<tr>
<td>
<textarea rows="6" cols="78" name="custom_options" id="custom_options"><?=$pconfig['custom_options'];?></textarea><br/>
- Enter any additional options you would like to add to the OpenVPN client configuration here, seperated by a semicolon<br/>
+ Enter any additional options you would like to add to the OpenVPN client configuration here, separated by a semicolon<br/>
EXAMPLE: route 10.0.0.0 255.255.255.0;
</td>
</tr>
diff --git a/usr/local/www/vpn_openvpn_csc.php b/usr/local/www/vpn_openvpn_csc.php
index a35a416..511e06e 100644
--- a/usr/local/www/vpn_openvpn_csc.php
+++ b/usr/local/www/vpn_openvpn_csc.php
@@ -641,7 +641,7 @@ function netbios_change() {
<tr>
<td>
<textarea rows="6" cols="78" name="custom_options" id="custom_options"><?=$pconfig['custom_options'];?></textarea><br/>
- Enter any additional options you would like to add for this client specific override, seperated by a semicolon<br/>
+ Enter any additional options you would like to add for this client specific override, separated by a semicolon<br/>
EXAMPLE: push "route 10.0.0.0 255.255.255.0";
</td>
</tr>
diff --git a/usr/local/www/vpn_openvpn_server.php b/usr/local/www/vpn_openvpn_server.php
index 0c34cd9..0dd4676 100644
--- a/usr/local/www/vpn_openvpn_server.php
+++ b/usr/local/www/vpn_openvpn_server.php
@@ -1106,7 +1106,7 @@ function netbios_change() {
<tr>
<td>
<textarea rows="6" cols="78" name="custom_options" id="custom_options"><?=$pconfig['custom_options'];?></textarea><br/>
- Paste any additional options you would like to pass through to the OpenVPN server here seperated by a semicolon<br/>
+ Enter any additional options you would like to add to the OpenVPN server configuration here, separated by a semicolon<br/>
EXAMPLE: push "route 10.0.0.0 255.255.255.0";
</td>
</tr>
OpenPOWER on IntegriCloud