1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-27 20:51:00 +01:00

Fix typos

(cherry picked from commit 8737980e75)
This commit is contained in:
Brian Wignall 2019-11-30 19:04:14 -05:00 committed by Eelco Dolstra
parent 8be0440d44
commit 9b4e99801f
2 changed files with 2 additions and 2 deletions

View file

@ -319,7 +319,7 @@ public:
"A program to run just before a build to set derivation-specific build settings."};
Setting<std::string> postBuildHook{this, "", "post-build-hook",
"A program to run just after each succesful build."};
"A program to run just after each successful build."};
Setting<std::string> netrcFile{this, fmt("%s/%s", nixConfDir, "netrc"), "netrc-file",
"Path to the netrc file used to obtain usernames/passwords for downloads."};