mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 06:52:43 +01:00
consistent capitalization
This commit is contained in:
parent
bfca5fc395
commit
c79d4addab
7 changed files with 10 additions and 10 deletions
|
|
@ -132,7 +132,7 @@ Path LocalFSStore::addPermRoot(const StorePath & storePath,
|
|||
|
||||
logWarning(
|
||||
ErrorInfo {
|
||||
.name = "GC Root",
|
||||
.name = "GC root",
|
||||
.hint = hintfmt("warning: '%1%' is not in a directory where the garbage collector looks for roots; "
|
||||
"therefore, '%2%' might be removed by the garbage collector",
|
||||
gcRoot, printStorePath(storePath))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue