diff options
author | Solène Rapenne <solene@perso.pw> | 2022-08-20 18:21:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 18:21:36 +0200 |
commit | caad87e6dbfbc62fafb4a055b45d7f2eb3d11efa (patch) | |
tree | dcc007f388cea7bdd156d17d7321414dc6762ffd /src/libstore/globals.hh | |
parent | 0d2bf7acf994ba331d6f72c746721b354931be76 (diff) |
Better documentation wording
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
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 ca8fc6d5f..1ff7d2d0a 100644 --- a/src/libstore/globals.hh +++ b/src/libstore/globals.hh @@ -749,7 +749,7 @@ public: Setting<unsigned int> downloadSpeed { this, 0, "download-speed", R"( - Specify the maxium transfer rate in kilobytes per second you want + Specify the maximum transfer rate in kilobytes per second you want nix to use for download. )"}; |