Merge pull request #1090 from nico/typo

Fixing typo in documentation.
This commit is contained in:
Billy Donahue
2017-05-15 23:54:23 -04:00
committed by GitHub

View File

@@ -1287,7 +1287,7 @@ class GTEST_API_ UnitTest {
internal::UnitTestImpl* impl() { return impl_; }
const internal::UnitTestImpl* impl() const { return impl_; }
// These classes and funcions are friends as they need to access private
// These classes and functions are friends as they need to access private
// members of UnitTest.
friend class Test;
friend class internal::AssertHelper;