fix: some typos in comment
This commit is contained in:
		@@ -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 {
 | 
			
		||||
 
 | 
			
		||||
@@ -507,9 +507,9 @@ class GTEST_API_ UnitTestImpl {
 | 
			
		||||
  virtual ~UnitTestImpl();
 | 
			
		||||
 | 
			
		||||
  // There are two different ways to register your own TestPartResultReporter.
 | 
			
		||||
  // You can register your own repoter to listen either only for test results
 | 
			
		||||
  // You can register your own reporter to listen either only for test results
 | 
			
		||||
  // from the current thread or for results from all threads.
 | 
			
		||||
  // By default, each per-thread test result repoter just passes a new
 | 
			
		||||
  // By default, each per-thread test result reporter just passes a new
 | 
			
		||||
  // TestPartResult to the global test result reporter, which registers the
 | 
			
		||||
  // test part result for the currently running test.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user