aboutsummaryrefslogtreecommitdiff
path: root/src/libstore
diff options
context:
space:
mode:
authorJohn Ericson <git@JohnEricson.me>2022-09-23 13:57:57 -0400
committerGitHub <noreply@github.com>2022-09-23 13:57:57 -0400
commit60e23c8baeb0e28ec163676b4fd4a24c40d89fe9 (patch)
tree288398f8aa9a9e008867c76845e9e7e44654a585 /src/libstore
parenta2a8cb10ac17e03691b9f73ae14e5b6edbe66f4e (diff)
Apply suggestions from code review
Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io> Co-authored-by: Rune K. Svendsen <runesvend@gmail.com>
Diffstat (limited to 'src/libstore')
-rw-r--r--src/libstore/globals.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index e2bb0ffc9..75927d395 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -560,7 +560,7 @@ public:
R"(
If set to `true` (the default), any non-content-addressed path added
or copied to the Nix store (e.g. when substituting from a binary
- cache) must have a signature by a key we trust. A trusted key is one
+ cache) must have a signature by a trusted key. A trusted key is one
listed in `trusted-public-keys`, or a public key counterpart to a
private key stored in a file listed in `secret-key-files`.