guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: least-authority: Fix typo.


From: guix-commits
Subject: 02/03: least-authority: Fix typo.
Date: Sat, 11 Jun 2022 00:15:01 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 8994e13b9f7bd5c444f3dcf0d5ba94f6e658771a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jun 3 12:50:25 2022 -0400

    least-authority: Fix typo.
    
    * guix/least-authority.scm (least-authority-wrapper): Fix typo in doc.
---
 guix/least-authority.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guix/least-authority.scm b/guix/least-authority.scm
index d871816fca..bfd7275e7c 100644
--- a/guix/least-authority.scm
+++ b/guix/least-authority.scm
@@ -51,7 +51,7 @@
   "Return a wrapper of PROGRAM that executes it with the least authority.
 
 PROGRAM is executed in separate namespaces according to NAMESPACES, a list of
-symbols; it turns with GUEST-UID and GUEST-GID.  MAPPINGS is a list of
+symbols; it runs with GUEST-UID and GUEST-GID.  MAPPINGS is a list of
 <file-system-mapping> records indicating directories mirrored inside the
 execution environment of PROGRAM.  DIRECTORY is the working directory of the
 wrapped process.  Each environment listed in PRESERVED-ENVIRONMENT-VARIABLES



reply via email to

[Prev in Thread] Current Thread [Next in Thread]