From: Joel Rosdahl Date: Thu, 5 Aug 2021 18:22:04 +0000 (+0200) Subject: chore: Fix typos X-Git-Tag: v4.4~54 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9208dd9364deb602f3cb6f795aa94f2cfb736aca;p=thirdparty%2Fccache.git chore: Fix typos --- diff --git a/LICENSE.adoc b/LICENSE.adoc index c82438d02..c27f619a6 100644 --- a/LICENSE.adoc +++ b/LICENSE.adoc @@ -711,7 +711,7 @@ src/third_party/win32/mktemp.* This implementation of `mkstemp()` for Win32 was adapted from -and has the folowing license text: +and has the following license text: ------------------------------------------------------------------------------- Copyright (c) 1996-1998, 2008 Theo de Raadt @@ -768,7 +768,7 @@ src/third_party/win32/winerror_to_errno.h The implementation of `winerror_to_errno()` was adapted from -and has the folowing license text: +and has the following license text: ------------------------------------------------------------------------------- PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2 diff --git a/misc/codespell-allowlist.txt b/misc/codespell-allowlist.txt index 60f3e5c72..952724dfa 100644 --- a/misc/codespell-allowlist.txt +++ b/misc/codespell-allowlist.txt @@ -1,6 +1,7 @@ copyable creat files' +hda pase seve stoll diff --git a/src/Result.hpp b/src/Result.hpp index 67032c58f..994322dd4 100644 --- a/src/Result.hpp +++ b/src/Result.hpp @@ -64,7 +64,7 @@ enum class FileType : UnderlyingFileTypeInt { // Diagnostics output file specified by --serialize-diagnostics. diagnostic = 5, - // DWARF object file geenrated by -gsplit-dwarf, i.e. output file but with a + // DWARF object file generated by -gsplit-dwarf, i.e. output file but with a // .dwo extension. dwarf_object = 6,