]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Fix spelling
authorJoel Rosdahl <joel@rosdahl.net>
Fri, 10 Jun 2022 18:04:30 +0000 (20:04 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Fri, 10 Jun 2022 18:04:30 +0000 (20:04 +0200)
src/execute.cpp

index 850bae4fd2868659dec87ae5495c068e9c2d8c5c..10ab89f04fb2717d3093a3b27cd9d96a5b1f831f 100644 (file)
@@ -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);