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-05-10T14·21+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-05-10T14·21+0000
commit456f3251d2af6e7f4e21f317e217c035d9d6f967 (patch)
tree136b1bf1a3e3829e9fad7c8fdb337a07e5db4e1b /src/libstore/build.cc
parent9ec7e58aa44d413df071a07aae45e4c32b331274 (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 117029fb0a..ec7c906835 100644
--- a/src/libstore/build.cc
+++ b/src/libstore/build.cc
@@ -1139,7 +1139,7 @@ void DerivationGoal::computeClosure()
             Hash h2 = recursive ? hashPath(ht, path) : hashFile(ht, path);
             if (h != h2)
                 throw Error(
-                    format("output path `%1% should have %2% hash `%3%', instead has `%4%'")
+                    format("output path `%1%' should have %2% hash `%3%', instead has `%4%'")
                     % path % algo % printHash(h) % printHash(h2));
         }