aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
)"};