From ef9e2c8e733c4cd4f98ebc704527a54588f4a3ca Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 20 Sep 2005 16:14:00 +0000 Subject: [PATCH] * Typo. --- src/libstore/build.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);