mirror of
https://github.com/NixOS/nix.git
synced 2025-11-20 17:29:36 +01:00
doc, src: Fix various spelling typos
Signed-off-by: Jordan Justen <jljusten@gmail.com>
This commit is contained in:
parent
08deebddf2
commit
3b6cf350e7
7 changed files with 7 additions and 8 deletions
|
|
@ -20,7 +20,7 @@ void builtinUnpackChannel(
|
|||
auto & src = getAttr("src");
|
||||
|
||||
if (fs::path{channelName}.filename().string() != channelName) {
|
||||
throw Error("channelName is not allowed to contain filesystem seperators, got %1%", channelName);
|
||||
throw Error("channelName is not allowed to contain filesystem separators, got %1%", channelName);
|
||||
}
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue