@@ -6,7 +6,7 @@
options which are related to specific ``--remote`` options. For these
use cases, connection profiles are the solution.
-By enacpulating the ``--remote`` option and related options within
+By encapsulating the ``--remote`` option and related options within
``<connection>`` and ``</connection>``, these options are handled as a
group.
@@ -199,7 +199,7 @@
# all clients to redirect their default
# network gateway through the VPN, causing
# all IP traffic such as web browsing and
-# and DNS lookups to go through the VPN
+# DNS lookups to go through the VPN
# (The OpenVPN server machine may need to NAT
# or bridge the TUN/TAP interface to the internet
# in order for this to work properly).
@@ -879,7 +879,7 @@
o->pkcs11_pin_cache_period = -1;
#endif /* ENABLE_PKCS11 */
-/* P2MP server context features */
+ /* P2MP server context features */
o->auth_token_generate = false;
/* Set default --tmp-dir */
@@ -2966,7 +2966,7 @@
if (options->pkcs12_file)
{
#ifdef ENABLE_CRYPTO_MBEDTLS
- msg(M_USAGE, "Parameter --pkcs12 cannot be used with the mbed TLS version version of OpenVPN.");
+ msg(M_USAGE, "Parameter --pkcs12 cannot be used with the mbed TLS version of OpenVPN.");
#else
if (options->ca_path)
{
@@ -2995,7 +2995,7 @@
#ifdef ENABLE_CRYPTO_MBEDTLS
if (options->ca_path)
{
- msg(M_USAGE, "Parameter --capath cannot be used with the mbed TLS version version of OpenVPN.");
+ msg(M_USAGE, "Parameter --capath cannot be used with the mbed TLS version of OpenVPN.");
}
#endif /* ifdef ENABLE_CRYPTO_MBEDTLS */
if (pull)