diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-03-26 16:14:38 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-03-26 16:14:38 +0100 |
commit | 4638bcfb2cfb74cb5029c0da0af38bb7ca4b4a6f (patch) | |
tree | 2fba934d6d7f7e1bb41a38861d35ba3887d4ca9b /doc | |
parent | dc6a8f154856be4a969fc9a03ff2aa0529abbbf9 (diff) |
Fix some typos
Fixes #4671.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/src/command-ref/nix-store.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/command-ref/nix-store.md b/doc/manual/src/command-ref/nix-store.md index 361c20cc9..49d06f31e 100644 --- a/doc/manual/src/command-ref/nix-store.md +++ b/doc/manual/src/command-ref/nix-store.md @@ -79,7 +79,7 @@ paths. Realisation is a somewhat overloaded term: system). If the path is already valid, we are done immediately. Otherwise, the path and any missing paths in its closure may be produced through substitutes. If there are no (successful) - subsitutes, realisation fails. + substitutes, realisation fails. The output path of each derivation is printed on standard output. (For non-derivations argument, the argument itself is printed.) |