Browse code

doc: Correct typos in multiple documentation files

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>

Aquila Macedo authored on 2023/10/20 04:40:49
Showing 5 changed files
... ...
@@ -51,9 +51,9 @@ configuration.
51 51
   react according to ``--auth-retry``
52 52
 
53 53
 --auth-token-user base64username
54
-  Companion option to ``--auth-token``. This options allows to override
54
+  Companion option to ``--auth-token``. This options allows one to override
55 55
   the username used by the client when reauthenticating with the ``auth-token``.
56
-  It also allows to use ``--auth-token`` in setups that normally do not use
56
+  It also allows one to use ``--auth-token`` in setups that normally do not use
57 57
   username and password.
58 58
 
59 59
   The username has to be base64 encoded.
... ...
@@ -483,7 +483,7 @@ which mode OpenVPN is configured as.
483 483
 
484 484
   * :code:`OPENVPN_PLUGIN_AUTH_USER_PASS_VERIFY` plug-in hooks returns
485 485
     success/failure via :code:`auth_control_file` when using deferred auth
486
-    method and pending authentification via :code:`pending_auth_file`.
486
+    method and pending authentication via :code:`pending_auth_file`.
487 487
 
488 488
 --use-prediction-resistance
489 489
   Enable prediction resistance on mbed TLS's RNG.
... ...
@@ -739,7 +739,7 @@ fast hardware. SSL/TLS authentication must be used in this mode.
739 739
 
740 740
 --vlan-pvid v
741 741
   Specifies which VLAN identifier a "port" is associated with. Only valid
742
-  when ``--vlan-tagging`` is speficied.
742
+  when ``--vlan-tagging`` is specified.
743 743
 
744 744
   In the client context, the setting specifies which VLAN ID a client is
745 745
   associated with. In the global context, the VLAN ID of the server TAP
... ...
@@ -548,7 +548,7 @@ routing.
548 548
   It's best to use the ``--fragment`` and/or ``--mssfix`` options to deal
549 549
   with MTU sizing issues.
550 550
 
551
-  Note: Depending on the platform, the operating system allows to receive
551
+  Note: Depending on the platform, the operating system allows one to receive
552 552
   packets larger than ``tun-mtu`` (e.g. Linux and FreeBSD) but other platforms
553 553
   (like macOS) limit received packets to the same size as the MTU.
554 554
 
... ...
@@ -591,7 +591,7 @@ static const char usage_message[] =
591 591
     "                  Windows Certificate System Store.\n"
592 592
 #endif
593 593
     "--tls-cipher l  : A list l of allowable TLS ciphers separated by : (optional).\n"
594
-    "--tls-ciphersuites l: A list of allowed TLS 1.3 cipher suites seperated by : (optional)\n"
594
+    "--tls-ciphersuites l: A list of allowed TLS 1.3 cipher suites separated by : (optional)\n"
595 595
     "                : Use --show-tls to see a list of supported TLS ciphers (suites).\n"
596 596
     "--tls-cert-profile p : Set the allowed certificate crypto algorithm profile\n"
597 597
     "                  (default=legacy).\n"