aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/derivations.hh
diff options
context:
space:
mode:
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 {