mirror of
https://github.com/NixOS/nix.git
synced 2024-11-21 22:32:26 +00:00
Typo
This commit is contained in:
parent
69bf9947c7
commit
27ec0def74
@ -82,7 +82,7 @@ void SourceAccessor::dumpPath(
|
||||
name.erase(pos);
|
||||
}
|
||||
if (!unhacked.emplace(name, i.first).second)
|
||||
throw Error("file name collision in between '%s' and '%s'",
|
||||
throw Error("file name collision between '%s' and '%s'",
|
||||
(path / unhacked[name]),
|
||||
(path / i.first));
|
||||
} else
|
||||
|
Loading…
Reference in New Issue
Block a user