aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/derivations.hh
diff options
context:
space:
mode:
authorJade Lovelace <lix@jade.fyi>2024-06-10 19:55:40 -0700
committerJade Lovelace <lix@jade.fyi>2024-06-12 15:34:23 -0700
commit5f6eb6eb446d911228e830f45edb8ced8413bb58 (patch)
tree5f62581234bde47f9525da70950724526818392e /src/libstore/derivations.hh
parentd9345d8836d295a205eab19ce9e969bcc9a35b42 (diff)
doc: rewrite the multi-user documentation to actually talk about security
It's in the security section, and it was totally outdated anyway. I took the opportunity to write down the stuff we already believed. Change-Id: I73e62ae85a82dad13ef846e31f377c3efce13cb0
Diffstat (limited to 'src/libstore/derivations.hh')
-rw-r--r--src/libstore/derivations.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/derivations.hh b/src/libstore/derivations.hh
index 7309918ce..f83dde621 100644
--- a/src/libstore/derivations.hh
+++ b/src/libstore/derivations.hh
@@ -208,7 +208,7 @@ struct DerivationType {
/**
* Impure derivation type
*
- * This is similar at buil-time to the content addressed, not standboxed, not fixed
+ * This is similar at build-time to the content addressed, not sandboxed, not fixed
* type, but has some restrictions on its usage.
*/
struct Impure {