1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-02 05:11:47 +02:00

consistent capitalization

This commit is contained in:
Ben Burdette 2020-05-13 10:02:18 -06:00
parent bfca5fc395
commit c79d4addab
7 changed files with 10 additions and 10 deletions

View file

@ -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())
});