mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 06:52:43 +01: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:
parent
e5178fd22d
commit
049179ba07
2 changed files with 2 additions and 2 deletions
|
|
@ -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 != "") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue