diff options
author | John Ericson <git@JohnEricson.me> | 2022-04-01 20:48:03 -0400 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-08-04 12:37:46 +0200 |
commit | e308602fdfabf0ff1f0cd95baf1d90ba54a02281 (patch) | |
tree | f35729f08bf826eaf285c63ea39a191dbbb49fa1 /doc/manual | |
parent | cdb0bf3b65172fd0e366d44f17392b4261c3d925 (diff) |
Update doc/manual/src/design/store/drvs/drvs.md
Co-authored-by: Matthieu Coudron <teto@users.noreply.github.com>
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/src/design/store/drvs/drvs.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/src/design/store/drvs/drvs.md b/doc/manual/src/design/store/drvs/drvs.md index cedb05985..98e95809b 100644 --- a/doc/manual/src/design/store/drvs/drvs.md +++ b/doc/manual/src/design/store/drvs/drvs.md @@ -26,7 +26,7 @@ Commands consist of 3 parts: 1. Path to executable -2. Arguments (Excecpt for `argv[0]`, which is taken from the path in the usual way) +2. Arguments (Except for `argv[0]`, which is taken from the path in the usual way) 3. Environment variables. |