Fix various typos (#3312)

Found via `codespell -q 3 -S ./test/gtest -L "fo,pres,seh,wronly"`
This commit is contained in:
luzpaz
2023-02-21 15:14:41 -08:00
committed by GitHub
parent 76f520835f
commit 3a69529e8b
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1156,7 +1156,7 @@ void write_fractional_seconds(OutputIt& out, Duration d, int precision = -1) {
}
}
// Format subseconds which are given as a floating point type with an appropiate
// Format subseconds which are given as a floating point type with an appropriate
// number of digits. We cannot pass the Duration here, as we explicitly need to
// pass the Rep value in the chrono_formatter.
template <typename Duration>
+1 -1
View File
@@ -34,7 +34,7 @@
// GCC 4 does not support FMT_HAS_INCLUDE.
#if FMT_HAS_INCLUDE(<cxxabi.h>) || defined(__GLIBCXX__)
# include <cxxabi.h>
// Android NDK with gabi++ library on some archtectures does not implement
// Android NDK with gabi++ library on some architectures does not implement
// abi::__cxa_demangle().
# ifndef __GABIXX_CXXABI_H__
# define FMT_HAS_ABI_CXA_DEMANGLE