diff options
author | Arun Isaac <arunisaac@systemreboot.net> | 2020-07-05 15:43:03 +0530 |
---|---|---|
committer | Arun Isaac <arunisaac@systemreboot.net> | 2020-07-05 15:44:45 +0530 |
commit | 60941b94e25853424262931a781c0e90835a40e0 (patch) | |
tree | 09cbbe4cc5faff23e5559153a2b178d661422359 /doc | |
parent | 3772d80de71590322f9ec95ea3ae8a02a4eac93f (diff) | |
download | guix-60941b94e25853424262931a781c0e90835a40e0.tar.gz |
doc: Fix minor typo in Programming Interface.
* doc/guix.texi (Programming Interface): Replace "under a specific build users" with "under specific build users".
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |