From efe5a2e22bb48231d7a47e5af6a574bf8874442a Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Tue, 21 May 2024 10:28:28 +0200 Subject: executor.hpp: fix a typo --- src/buildtool/execution_engine/executor/executor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/execution_engine/executor/executor.hpp') diff --git a/src/buildtool/execution_engine/executor/executor.hpp b/src/buildtool/execution_engine/executor/executor.hpp index a228fd24..b7eb98cf 100644 --- a/src/buildtool/execution_engine/executor/executor.hpp +++ b/src/buildtool/execution_engine/executor/executor.hpp @@ -615,7 +615,7 @@ class ExecutorImpl { std::ostringstream msg{}; msg << "Failed to execute command "; msg << nlohmann::json(action->Command()).dump(); - msg << " in evenironment "; + msg << " in environment "; msg << nlohmann::json(action->Env()).dump(); auto const& origin_map = progress->OriginMap(); auto origins = origin_map.find(action->Content().Id()); -- cgit v1.2.3