This commit is contained in:
Eelco Dolstra 2017-05-29 15:50:25 +02:00
parent d6064dd19b
commit 63145be2a5
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -923,7 +923,7 @@ void LocalStore::addToStore(const ValidPathInfo & info, const ref<std::string> &
info.path, info.narHash.to_string(), h.to_string());
if (nar->size() != info.narSize)
throw Error("szie mismatch importing path %s; expected %s, got %s",
throw Error("size mismatch importing path %s; expected %s, got %s",
info.path, info.narSize, nar->size());
if (requireSigs && !dontCheckSigs && !info.checkSignatures(*this, publicKeys))