From 91ba464409894c0215e54f086722309b9634d6f2 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 22 Feb 2023 15:15:43 +0100 Subject: cleanup: Fix typos in code line comments and logging messages --- src/buildtool/execution_api/remote/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/execution_api/remote/config.hpp') diff --git a/src/buildtool/execution_api/remote/config.hpp b/src/buildtool/execution_api/remote/config.hpp index 0d674220..b37e9f73 100644 --- a/src/buildtool/execution_api/remote/config.hpp +++ b/src/buildtool/execution_api/remote/config.hpp @@ -119,7 +119,7 @@ class RemoteExecutionConfig { // Server address of cache endpoint for rebuild. std::optional cache_address_{}; - // Platform properies for execution. + // Platform properties for execution. std::map platform_properties_{}; [[nodiscard]] static auto ParseAddress(std::string const& address) noexcept -- cgit v1.2.3