summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE.adoc4
-rw-r--r--misc/codespell-allowlist.txt1
-rw-r--r--src/Result.hpp2
3 files changed, 4 insertions, 3 deletions
diff --git a/LICENSE.adoc b/LICENSE.adoc
index c82438d0..c27f619a 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
<https://github.com/openbsd/src/blob/99b791d14c0f1858d87a0c33b55880fb9b00be66/lib/libc/stdio/mktemp.c>
-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
<https://github.com/python/cpython/blob/1a79785e3e8fea80bcf6a800b45a04e06c787480/PC/errmap.h>
-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 60f3e5c7..952724df 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 67032c58..994322dd 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,