Fix typos

Thanks @asymmetric!

Co-Authored-By: asymmetric <lorenzo@mailbox.org>
This commit is contained in:
John Ericson 2020-03-16 16:40:13 -04:00 committed by GitHub
parent 2be64efb02
commit e5178fd22d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -561,7 +561,7 @@ void LocalStore::checkDerivationOutputs(const StorePath & drvPath, const Derivat
// Don't need the answer, but do this anways to assert is proper
// combination. The code below is more general and naturally allows
// combinations that currently prohibited.
// combinations that are currently prohibited.
drv.type();
std::optional<Hash> h;