]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
chore: Fix typos
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 5 Aug 2021 18:22:04 +0000 (20:22 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 5 Aug 2021 18:35:39 +0000 (20:35 +0200)
LICENSE.adoc
misc/codespell-allowlist.txt
src/Result.hpp

index c82438d028670cb21fa3eacb30748d4a79a128a8..c27f619a607cc7e1cfe8bb9e33f03ba44ceaddf7 100644 (file)
@@ -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
index 60f3e5c72fec6d4d4746ed5072e0492fb5e8d20c..952724dfafd0a190f9beacb6bab24b552ebd4aa1 100644 (file)
@@ -1,6 +1,7 @@
 copyable
 creat
 files'
+hda
 pase
 seve
 stoll
index 67032c58f1d62155a3d75433b6423e895105e0fa..994322dd4cd709486ac88136a1b00f5f39fe6b9d 100644 (file)
@@ -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,