docs: fix typo in user_mode_linux_howto_v2.rst

Replace "privilges" with "privileges"

Signed-off-by: Sakurai Shun <ssh1326@icloud.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260517022456.5895-1-ssh1326@icloud.com>
This commit is contained in:
Sakurai Shun
2026-05-25 14:22:46 -06:00
committed by Jonathan Corbet
parent 8a61b8a71e
commit f69322f8f8
@@ -234,7 +234,7 @@ an ioctl to setup the tun interface and/or use raw sockets where needed.
This can be achieved by granting the user a particular capability instead
of running UML as root. In case of vector transport, a user can add the
capability ``CAP_NET_ADMIN`` or ``CAP_NET_RAW`` to the uml binary.
Thenceforth, UML can be run with normal user privilges, along with
Thenceforth, UML can be run with normal user privileges, along with
full networking.
For example::