Skip to content

Commit 17777e3

Browse files
committed
Settings typos
1 parent 9321669 commit 17777e3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/libstore/include/nix/store/globals.hh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ public:
427427
R"(
428428
If set to `true`, Nix instructs [remote build machines](#conf-builders) to use their own [`substituters`](#conf-substituters) if available.
429429
430-
It means that remote build hosts fetches as many dependencies as possible from their own substituters (e.g, from `cache.nixos.org`) instead of waiting for the local machine to upload them all.
430+
It means that remote build hosts fetch as many dependencies as possible from their own substituters (e.g, from `cache.nixos.org`) instead of waiting for the local machine to upload them all.
431431
This can drastically reduce build times if the network connection between the local machine and the remote build host is slow.
432432
)"};
433433

@@ -503,7 +503,7 @@ public:
503503
by the Nix account, its group should be the group specified here,
504504
and its mode should be `1775`.
505505
506-
If the build users group is empty, builds areperformed under
506+
If the build users group is empty, builds are performed under
507507
the uid of the Nix process (that is, the uid of the caller if
508508
`NIX_REMOTE` is empty, the uid under which the Nix daemon runs if
509509
`NIX_REMOTE` is `daemon`). Obviously, this should not be used
@@ -847,8 +847,8 @@ public:
847847
4. The path to the build's scratch directory. This directory
848848
exists only if the build was run with `--keep-failed`.
849849
850-
The stderr and stdout output from the diff hook isn't
851-
displayed to the user. Instead, it print to the nix-daemon's log.
850+
The stderr and stdout output from the diff hook isn't displayed
851+
to the user. Instead, it prints to the nix-daemon's log.
852852
853853
When using the Nix daemon, `diff-hook` must be set in the `nix.conf`
854854
configuration file, and cannot be passed at the command line.

0 commit comments

Comments
 (0)