1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00

Fix typos

Thanks @asymmetric

I failed to do them all in one batch

Co-Authored-By: asymmetric <lorenzo@mailbox.org>
This commit is contained in:
John Ericson 2020-03-18 19:07:05 -04:00 committed by GitHub
parent e5178fd22d
commit 049179ba07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -3662,7 +3662,7 @@ void DerivationGoal::registerOutputs()
auto dest = worker.store.makeFixedOutputPath(recursive, h2, i.second.path.name());
// true if ither floating CA, or incorrect fixed hash.
// true if either floating CA, or incorrect fixed hash.
bool needsMove = true;
if (i.second.hash != "") {

View file

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