aboutsummaryrefslogtreecommitdiff
path: root/src/nix-store/nix-store.cc
diff options
context:
space:
mode:
authorBen Burdette <bburdette@gmail.com>2020-05-13 15:56:39 -0600
committerBen Burdette <bburdette@gmail.com>2020-05-13 15:56:39 -0600
commitef9dd9f9bc18abc9761812e30a26008c99a26166 (patch)
tree2e5827206456f2a0f7a94c2e3bf8c9ad5ca39254 /src/nix-store/nix-store.cc
parentd44bac1d9232374bf823ed24f5a5ae693f89fb7d (diff)
formatting and a few minor changes
Diffstat (limited to 'src/nix-store/nix-store.cc')
-rw-r--r--src/nix-store/nix-store.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix-store/nix-store.cc b/src/nix-store/nix-store.cc
index 9b5cceccf..77deea5a7 100644
--- a/src/nix-store/nix-store.cc
+++ b/src/nix-store/nix-store.cc
@@ -731,7 +731,7 @@ static void opVerifyPath(Strings opFlags, Strings opArgs)
if (current.first != info->narHash) {
logError(
ErrorInfo {
- .name = "Hash match error",
+ .name = "Hash mismatch",
.hint = hintfmt(
"path '%s' was modified! expected hash '%s', got '%s'",
store->printStorePath(path),