mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
sshd: Fix typo in assetion.
This commit is contained in:
parent
a2394f09c7
commit
13bbce96c3
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ in
|
||||||
})
|
})
|
||||||
++ flip map cfg.listenAddresses ({ addr, port }: {
|
++ flip map cfg.listenAddresses ({ addr, port }: {
|
||||||
assertion = addr != null;
|
assertion = addr != null;
|
||||||
message = "addr must be spefied in each listenAddresses entry";
|
message = "addr must be specified in each listenAddresses entry";
|
||||||
});
|
});
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue