diff options
author | Warren Baker <warren@decoy.co.za> | 2013-07-22 14:17:08 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2013-07-22 14:17:08 +0200 |
commit | d580f7b038f4a270688917a80ef1666253726c47 (patch) | |
tree | c16fbcab81653e6551945e5d52da6bf2f54acba0 | |
parent | eeb590adf21ef2c29816c723be0a0de09e636490 (diff) | |
download | pfsense-d580f7b038f4a270688917a80ef1666253726c47.zip pfsense-d580f7b038f4a270688917a80ef1666253726c47.tar.gz |
Fix spelling mistake. Already fixed in other branches
-rw-r--r-- | usr/local/www/vpn_openvpn_csc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/vpn_openvpn_csc.php b/usr/local/www/vpn_openvpn_csc.php index 91d4ea0..d32813c 100644 --- a/usr/local/www/vpn_openvpn_csc.php +++ b/usr/local/www/vpn_openvpn_csc.php @@ -558,7 +558,7 @@ function netbios_change() { </td> </tr> </table> - <?=gettext("If this option is not set, all NetBIOS-over-TCP/IP options (includeing WINS) will be disabled"); ?>. + <?=gettext("If this option is not set, all NetBIOS-over-TCP/IP options (including WINS) will be disabled"); ?>. <br/> <table border="0" cellpadding="2" cellspacing="0" id="netbios_data"> <tr> |