From 9208dd9364deb602f3cb6f795aa94f2cfb736aca Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Thu, 5 Aug 2021 20:22:04 +0200 Subject: [PATCH] chore: Fix typos --- LICENSE.adoc | 4 ++-- misc/codespell-allowlist.txt | 1 + src/Result.hpp | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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, -- 2.47.2