From 60941b94e25853424262931a781c0e90835a40e0 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 5 Jul 2020 15:43:03 +0530 Subject: [PATCH] doc: Fix minor typo in Programming Interface. * doc/guix.texi (Programming Interface): Replace "under a specific build users" with "under specific build users". --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index ce17c2de8e..b0d31f1bab 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -5616,7 +5616,7 @@ turned into concrete build actions. Build actions are performed by the Guix daemon, on behalf of users. In a standard setup, the daemon has write access to the store---the @file{/gnu/store} directory---whereas users do not. The recommended -setup also has the daemon perform builds in chroots, under a specific +setup also has the daemon perform builds in chroots, under specific build users, to minimize interference with the rest of the system. @cindex derivation