]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
doc: Correct typos in multiple documentation files
authorAquila Macedo <aquilamacedo@riseup.net>
Thu, 19 Oct 2023 19:40:49 +0000 (16:40 -0300)
committerGert Doering <gert@greenie.muc.de>
Sat, 11 Nov 2023 19:30:02 +0000 (20:30 +0100)
Fixed typographical errors in various documentation files for improved clarity and readability.

Signed-off-by: Aquila Macedo <aquilamacedo@riseup.net>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <4a3a9f1d691704f25f07653bb0de2583@riseup.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27320.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/man-sections/client-options.rst
doc/man-sections/generic-options.rst
doc/man-sections/server-options.rst
doc/man-sections/vpn-network-options.rst
src/openvpn/options.c

index 3616ed7f3f832b5d440e3fd323991a39d752ddf7..54c4ec630730778be9e20e92c4343cb2b5fad8cf 100644 (file)
@@ -51,9 +51,9 @@ configuration.
   react according to ``--auth-retry``
 
 --auth-token-user base64username
-  Companion option to ``--auth-token``. This options allows to override
+  Companion option to ``--auth-token``. This options allows one to override
   the username used by the client when reauthenticating with the ``auth-token``.
-  It also allows to use ``--auth-token`` in setups that normally do not use
+  It also allows one to use ``--auth-token`` in setups that normally do not use
   username and password.
 
   The username has to be base64 encoded.
index 97e1b5aa610b8134ee1c4cb0635f317fc6f07b34..95e4ca233bdf48c2a46cf97cfe2e5658d7d96030 100644 (file)
@@ -483,7 +483,7 @@ which mode OpenVPN is configured as.
 
   * :code:`OPENVPN_PLUGIN_AUTH_USER_PASS_VERIFY` plug-in hooks returns
     success/failure via :code:`auth_control_file` when using deferred auth
-    method and pending authentification via :code:`pending_auth_file`.
+    method and pending authentication via :code:`pending_auth_file`.
 
 --use-prediction-resistance
   Enable prediction resistance on mbed TLS's RNG.
index 14a94801bb5b391eecf2c7e41408626ecec1ba43..98f5340274f751eebf7ac3553ca18e4c81b98208 100644 (file)
@@ -739,7 +739,7 @@ fast hardware. SSL/TLS authentication must be used in this mode.
 
 --vlan-pvid v
   Specifies which VLAN identifier a "port" is associated with. Only valid
-  when ``--vlan-tagging`` is speficied.
+  when ``--vlan-tagging`` is specified.
 
   In the client context, the setting specifies which VLAN ID a client is
   associated with. In the global context, the VLAN ID of the server TAP
index 3fa3ccf10736c87d9a66d5e72ddcdeed61e1291c..41d367bfd0e92b719251a4efccb652ab4e449a79 100644 (file)
@@ -548,7 +548,7 @@ routing.
   It's best to use the ``--fragment`` and/or ``--mssfix`` options to deal
   with MTU sizing issues.
 
-  Note: Depending on the platform, the operating system allows to receive
+  Note: Depending on the platform, the operating system allows one to receive
   packets larger than ``tun-mtu`` (e.g. Linux and FreeBSD) but other platforms
   (like macOS) limit received packets to the same size as the MTU.
 
index d238269534e62640191e14b2b2b9ebe9629b1fa0..b88fea939db74436bb7995d4be21b705df50f952 100644 (file)
@@ -591,7 +591,7 @@ static const char usage_message[] =
     "                  Windows Certificate System Store.\n"
 #endif
     "--tls-cipher l  : A list l of allowable TLS ciphers separated by : (optional).\n"
-    "--tls-ciphersuites l: A list of allowed TLS 1.3 cipher suites seperated by : (optional)\n"
+    "--tls-ciphersuites l: A list of allowed TLS 1.3 cipher suites separated by : (optional)\n"
     "                : Use --show-tls to see a list of supported TLS ciphers (suites).\n"
     "--tls-cert-profile p : Set the allowed certificate crypto algorithm profile\n"
     "                  (default=legacy).\n"