diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-09-20T16·14+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-09-20T16·14+0000 |
commit | ef9e2c8e733c4cd4f98ebc704527a54588f4a3ca (patch) | |
tree | 3abb2477fdf50a3344b90ffaf62e64858005a39b | |
parent | 25d217684b06b368923d8f683c9b561cdfded255 (diff) |
* Typo.
-rw-r--r-- | src/libstore/build.cc | 2 |
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); |