From b8e8214d5f706dec6189b4d31385ab5a5873a8cc Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Thu, 12 Jun 2025 08:28:01 -0700 Subject: [PATCH] Fix one more 'will' --- src/libstore/include/nix/store/filetransfer.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstore/include/nix/store/filetransfer.hh b/src/libstore/include/nix/store/filetransfer.hh index 259af7640..745aeb29e 100644 --- a/src/libstore/include/nix/store/filetransfer.hh +++ b/src/libstore/include/nix/store/filetransfer.hh @@ -46,7 +46,7 @@ struct FileTransferSettings : Config )"}; Setting tries{this, 5, "download-attempts", - "The number of times Nix will attempt to download a file before giving up."}; + "The number of times Nix attempts to download a file before giving up."}; Setting downloadBufferSize{this, 64 * 1024 * 1024, "download-buffer-size", R"(