Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bwignall committed Dec 1, 2019
1 parent f102d79 commit 8737980
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libstore/globals.hh
Expand Up @@ -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."};
Expand Down
2 changes: 1 addition & 1 deletion src/libstore/store-api.hh
Expand Up @@ -569,7 +569,7 @@ public:
unsigned long long & downloadSize, unsigned long long & narSize);

/* Sort a set of paths topologically under the references
relation. If p refers to q, then p preceeds q in this list. */
relation. If p refers to q, then p precedes q in this list. */
Paths topoSortPaths(const PathSet & paths);

/* Export multiple paths in the format expected by ‘nix-store
Expand Down

0 comments on commit 8737980

Please sign in to comment.