summaryrefslogtreecommitdiff
path: root/src/buildtool/computed_roots/evaluate.cpp
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-05-08 13:19:23 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-05-08 13:36:03 +0200
commitb6f7fe828e57560cba7e5cc906a87a1ce036b524 (patch)
tree624fd3499d779f84992afae2b7d103d6e18b4994 /src/buildtool/computed_roots/evaluate.cpp
parentfe11e1cc49ed46b1837336df33fb0805668905a6 (diff)
downloadjustbuild-b6f7fe828e57560cba7e5cc906a87a1ce036b524.tar.gz
Fix some typos
Diffstat (limited to 'src/buildtool/computed_roots/evaluate.cpp')
-rw-r--r--src/buildtool/computed_roots/evaluate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildtool/computed_roots/evaluate.cpp b/src/buildtool/computed_roots/evaluate.cpp
index 4491c04a..a5155593 100644
--- a/src/buildtool/computed_roots/evaluate.cpp
+++ b/src/buildtool/computed_roots/evaluate.cpp
@@ -262,7 +262,7 @@ void ComputeAndFill(
if (storage_config->hash_function.GetType() !=
HashFunction::Type::GitSHA1) {
Logger::Log(LogLevel::Performance,
- "Computing root {} locally as rehahing would have to "
+ "Computing root {} locally as rehashing would have to "
"be done locally",
key.ToString());
}