aboutsummaryrefslogtreecommitdiff
path: root/src/nix/eval.cc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-12-05 16:55:55 +0100
committerGitHub <noreply@github.com>2022-12-05 16:55:55 +0100
commite0ab2069c975abf80db9fdca23f0c164df921829 (patch)
tree7625cd8be607d0c1c4fa5ac881765f22083d8338 /src/nix/eval.cc
parentd6f5734c630f893e8695bd37ca2b0dbf2bb24daa (diff)
Consistent capitalisation
Diffstat (limited to 'src/nix/eval.cc')
-rw-r--r--src/nix/eval.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/eval.cc b/src/nix/eval.cc
index 5dedf02c2..23fef7c68 100644
--- a/src/nix/eval.cc
+++ b/src/nix/eval.cc
@@ -111,7 +111,7 @@ struct CmdEval : MixJSON, InstallableCommand
else if (raw) {
stopProgressBar();
- std::cout << *state->coerceToString(noPos, *v, context, "While generating the eval command output");
+ std::cout << *state->coerceToString(noPos, *v, context, "while generating the eval command output");
}
else if (json) {