aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/filetransfer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstore/filetransfer.hh')
-rw-r--r--src/libstore/filetransfer.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstore/filetransfer.hh b/src/libstore/filetransfer.hh
index c692f1485..23105e245 100644
--- a/src/libstore/filetransfer.hh
+++ b/src/libstore/filetransfer.hh
@@ -40,12 +40,12 @@ struct FileTransferSettings : Config
this, 300, "stalled-download-timeout",
R"(
The timeout (in seconds) for receiving data from servers
- during download. Nix cancels idle downloads after this
+ during download. Lix cancels idle downloads after this
timeout's duration.
)"};
Setting<unsigned int> tries{this, 5, "download-attempts",
- "How often Nix will attempt to download a file before giving up."};
+ "How often Lix will attempt to download a file before giving up."};
};
extern FileTransferSettings fileTransferSettings;