summaryrefslogtreecommitdiffstats
path: root/src/libstore/globals.hh
diff options
context:
space:
mode:
authorBrian Wignall <brianwignall@gmail.com>2019-11-30 19:04:14 -0500
committerBrian Wignall <brianwignall@gmail.com>2019-11-30 19:04:14 -0500
commit8737980e75bf14cae278f596ac26577bec94b3f9 (patch)
tree8612400eefb25d1e235caffaf3e405cb4609932c /src/libstore/globals.hh
parentf102d793f12943b48bfaa13f4a906d7013e0c88c (diff)
Fix typos
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r--src/libstore/globals.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh
index 9f395425a..41e511c6c 100644
--- a/src/libstore/globals.hh
+++ b/src/libstore/globals.hh
@@ -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."};