commit: c2a25c26b3157155f28c1461ccaacbe99e33e04d
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 22 10:31:50 2026 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 22 10:31:50 2026 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c2a25c26
doebuild: Fix two typos in spawn docstring
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
lib/portage/package/ebuild/doebuild.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/portage/package/ebuild/doebuild.py
b/lib/portage/package/ebuild/doebuild.py
index c0c9f17db4..14ae45af13 100644
--- a/lib/portage/package/ebuild/doebuild.py
+++ b/lib/portage/package/ebuild/doebuild.py
@@ -2004,9 +2004,9 @@ def spawn(
):
"""
Spawn a subprocess with extra portage-specific options.
- Optiosn include:
+ Options include:
- Sandbox: Sandbox means the spawned process will be limited in its ability t
+ Sandbox: Sandbox means the spawned process will be limited in its ability
to
read and write files (normally this means it is restricted to ${D}/)
SElinux Sandbox: Enables sandboxing on SElinux
Reduced Privileges: Drops privileges such that the process runs as
portage:portage