diff --git a/.codespell.ignore b/.codespell.ignore deleted file mode 100644 index 550af5c3..00000000 --- a/.codespell.ignore +++ /dev/null @@ -1,7 +0,0 @@ -afile -assertIn -AtLeast -AtMost -fo -SEH -Seh diff --git a/.codespellrc b/.codespellrc index f9d52512..47ccc275 100644 --- a/.codespellrc +++ b/.codespellrc @@ -1,2 +1,2 @@ [codespell] -ignore-words = .codespell.ignore +ignore-words-list = afile,assertin,atleast,atmost,fo,rel,seh diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h index c8996695..51a5326f 100644 --- a/googletest/include/gtest/gtest.h +++ b/googletest/include/gtest/gtest.h @@ -1626,7 +1626,7 @@ class GTEST_API_ AssertHelper { private: // We put our data in a struct so that the size of the AssertHelper class can // be as small as possible. This is important because gcc is incapable of - // re-using stack space even for temporary variables, so every EXPECT_EQ + // reusing stack space even for temporary variables, so every EXPECT_EQ // reserves stack space for another AssertHelper. struct AssertHelperData { AssertHelperData(TestPartResult::Type t, const char* srcfile, int line_num, diff --git a/googletest/include/gtest/internal/gtest-param-util.h b/googletest/include/gtest/internal/gtest-param-util.h index 3a85e58d..f95dad30 100644 --- a/googletest/include/gtest/internal/gtest-param-util.h +++ b/googletest/include/gtest/internal/gtest-param-util.h @@ -771,7 +771,7 @@ class TypeParameterizedTestSuiteRegistry { // Add an instantiation of a suit. void RegisterInstantiation(const char* test_suite_name); - // For each suit repored as defined but not reported as instantiation, + // For each suit reported as defined but not reported as instantiation, // emit a test that reports that fact (configurably, as an error). void CheckForInstantiations();