diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-08-22 14:14:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-22 14:14:14 +0200 |
commit | c21b1a7e67cc28b6e95a563daa786f385bc716b8 (patch) | |
tree | f82ecd14ae9181025ddd779809c11922d38ea581 /src/libstore/globals.hh | |
parent | caad87e6dbfbc62fafb4a055b45d7f2eb3d11efa (diff) |
Spelling
Diffstat (limited to 'src/libstore/globals.hh')
-rw-r--r-- | src/libstore/globals.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstore/globals.hh b/src/libstore/globals.hh index 1ff7d2d0a..e9d721e59 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -750,7 +750,7 @@ public: this, 0, "download-speed", R"( Specify the maximum transfer rate in kilobytes per second you want - nix to use for download. + Nix to use for downloads. )"}; Setting<std::string> netrcFile{ |