aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/libstore/build.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/build.cc b/src/libstore/build.cc
index ec7c90683..c072958cb 100644
--- a/src/libstore/build.cc
+++ b/src/libstore/build.cc
@@ -1378,7 +1378,7 @@ void SubstitutionGoal::init()
/* Read the substitutes. */
subs = querySubstitutes(noTxn, storePath);
- /* To maintain the closure invairant, we first have to realise the
+ /* To maintain the closure invariant, we first have to realise the
paths referenced by this one. */
queryReferences(noTxn, storePath, references);