From 34bb806f747d5edc16119e38e2ac44e6b236ac12 Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Sat, 10 Aug 2013 21:36:16 +0000 Subject: Fix typos, especially those that end up in the Nix manual --- src/libstore/local-store.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstore/local-store.hh') diff --git a/src/libstore/local-store.hh b/src/libstore/local-store.hh index d3b210e3f62b..162bfc6819f6 100644 --- a/src/libstore/local-store.hh +++ b/src/libstore/local-store.hh @@ -177,7 +177,7 @@ public: /* Register the validity of a path, i.e., that `path' exists, that the paths referenced by it exists, and in the case of an output - path of a derivation, that it has been produced by a succesful + path of a derivation, that it has been produced by a successful execution of the derivation (or something equivalent). Also register the hash of the file system contents of the path. The hash must be a SHA-256 hash. */ -- cgit 1.4.1