aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolène Rapenne <solene@perso.pw>2022-08-20 18:21:36 +0200
committerGitHub <noreply@github.com>2022-08-20 18:21:36 +0200
commitcaad87e6dbfbc62fafb4a055b45d7f2eb3d11efa (patch)
treedcc007f388cea7bdd156d17d7321414dc6762ffd
parent0d2bf7acf994ba331d6f72c746721b354931be76 (diff)
Better documentation wording
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
-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 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.
)"};