]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Fix typo
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 2 Nov 2024 15:12:32 +0000 (16:12 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 2 Nov 2024 15:12:32 +0000 (16:12 +0100)
src/ccache/core/common.cpp

index 63c399d0ea7caae1061c4dd03dec0c38e5b70345..f95937331f2f1a1a6ee9525da9f787c770759592 100644 (file)
@@ -186,7 +186,7 @@ get_diagnostics_path_length(std::string_view line)
           || (line[0] >= 'a' && line[0] <= 'z'))) {
     path_end = line.find(':', 3);
     if (path_end == std::string_view::npos) {
-      // Treat the dirve letter as "path".
+      // Treat the drive letter as "path".
       path_end = 1;
     }
   } else {