From 11525377e1b0fdba30713ff3826e7bc26ce488af Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 24 Mar 2016 11:27:58 +0100 Subject: Typos --- src/libstore/store-api.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libstore/store-api.cc b/src/libstore/store-api.cc index 378233654225..5f3f621e8d00 100644 --- a/src/libstore/store-api.cc +++ b/src/libstore/store-api.cc @@ -135,14 +135,14 @@ void checkStoreName(const string & name) if = "source": the serialisation of the path from which this store path is copied, as returned by hashPath() - if = "output:out": + if = "output:": for non-fixed derivation outputs: the derivation (see hashDerivationModulo() in primops.cc) for paths copied by addToStore() or produced by fixed-output derivations: the string "fixed:out:::", where - = "r:" for recursive (path) hashes, or "" or flat + = "r:" for recursive (path) hashes, or "" for flat (file) hashes = "md5", "sha1" or "sha256" = base-16 representation of the path or flat hash of -- cgit 1.4.1