summaryrefslogtreecommitdiffstats
path: root/googletest/include
diff options
context:
space:
mode:
authoryutotnh <57719497+yutotnh@users.noreply.github.com>2022-07-01 09:32:49 (GMT)
committeryutotnh <57719497+yutotnh@users.noreply.github.com>2022-07-01 09:32:49 (GMT)
commit2cf9987ce3510de36640dcabd3d53db2c09312f6 (patch)
treecfb462878098f907a941a9122476d633eb36bbc0 /googletest/include
parent96f51426e4c776a71d0a446c1e4f4c7a5ea921df (diff)
downloadgoogletest-2cf9987ce3510de36640dcabd3d53db2c09312f6.zip
googletest-2cf9987ce3510de36640dcabd3d53db2c09312f6.tar.gz
googletest-2cf9987ce3510de36640dcabd3d53db2c09312f6.tar.bz2
fix: some typos in comment
Diffstat (limited to 'googletest/include')
-rw-r--r--googletest/include/gtest/internal/gtest-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/internal/gtest-internal.h b/googletest/include/gtest/internal/gtest-internal.h
index 9b04e4c..4d91945 100644
--- a/googletest/include/gtest/internal/gtest-internal.h
+++ b/googletest/include/gtest/internal/gtest-internal.h
@@ -461,7 +461,7 @@ class TestFactoryBase {
TestFactoryBase& operator=(const TestFactoryBase&) = delete;
};
-// This class provides implementation of TeastFactoryBase interface.
+// This class provides implementation of TestFactoryBase interface.
// It is used in TEST and TEST_F macros.
template <class TestClass>
class TestFactoryImpl : public TestFactoryBase {