mirror of
https://github.com/NixOS/nix
synced 2025-07-02 05:11:47 +02:00
consistent capitalization
This commit is contained in:
parent
bfca5fc395
commit
c79d4addab
7 changed files with 10 additions and 10 deletions
|
@ -601,7 +601,7 @@ struct curlFileTransfer : public FileTransfer
|
|||
} catch (std::exception & e) {
|
||||
logError(
|
||||
ErrorInfo {
|
||||
.name = "download",
|
||||
.name = "File transfer",
|
||||
.hint = hintfmt("unexpected error in download thread: %s",
|
||||
e.what())
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue