From: Joel Rosdahl Date: Fri, 10 Jun 2022 18:04:30 +0000 (+0200) Subject: chore: Fix spelling X-Git-Tag: v4.7~188 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f38bbd21a977828f078d4cf622282532f07b7f25;p=thirdparty%2Fccache.git chore: Fix spelling --- diff --git a/src/execute.cpp b/src/execute.cpp index 850bae4fd..10ab89f04 100644 --- a/src/execute.cpp +++ b/src/execute.cpp @@ -298,7 +298,7 @@ find_executable_in_path(const std::string& name, // compiler (with or without using a symlink). // 3. As an extra safety measure: must not be a ccache executable after // resolving symlinks. This can happen if the candidate compiler is a - // symlink to another ccache executeable. + // symlink to another ccache executable. const bool candidate_exists = #ifdef _WIN32 Stat::stat(candidate);