about summary refs log tree commit diff
path: root/src/libstore/build.cc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-09-20T16·14+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-09-20T16·14+0000
commitef9e2c8e733c4cd4f98ebc704527a54588f4a3ca (patch)
tree3abb2477fdf50a3344b90ffaf62e64858005a39b /src/libstore/build.cc
parent25d217684b06b368923d8f683c9b561cdfded255 (diff)
* Typo.
Diffstat (limited to 'src/libstore/build.cc')
-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 ec7c906835d7..c072958cba9a 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);