@@ -91,7 +91,7 @@ routing.
--dhcp-option args
Set additional network settings via DHCP. On Windows, this is parsed by
the ``tap-windows6`` or ``wintun`` driver. On other platforms these
- options can be picked up by a ``--up`` script or plug-in if it has been
+ options can be picked up by an ``--up`` script or plug-in if it has been
pushed by the OpenVPN server. The option will then be saved in the
client's environment before the ``--up`` script is called, under the name
:code:`foreign_option_{n}`.
@@ -475,7 +475,7 @@ routing.
The MTU (Maximum Transmission Units) is the maximum datagram size in
bytes that can be sent unfragmented over a particular network path.
- OpenVPN requires that packets on the control or data channels be sent
+ OpenVPN requires that packets on the control and data channels be sent
unfragmented.
MTU problems often manifest themselves as connections which hang during
Signed-off-by: Richard Bonhomme <tincanteksup@gmail.com> --- doc/man-sections/vpn-network-options.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)