aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBilly Donahue <BillyDonahue@users.noreply.github.com>2017-05-15 23:54:23 -0400
committerGitHub <noreply@github.com>2017-05-15 23:54:23 -0400
commit078d5d930ad8b25b3c61556dc6de7ad13fa9a179 (patch)
treec0a05851e99b0a310b8240ba9a7dd52d4ed3e369
parent2a5d67ccadedc69d8e069bf48b249e278959ffde (diff)
parent6c0c8a7ea5e276ac0a5ab36c9bae9257f4ac4d0c (diff)
downloadgoogletest-078d5d930ad8b25b3c61556dc6de7ad13fa9a179.tar.gz
Merge pull request #1090 from nico/typo
Fixing typo in documentation.
-rw-r--r--googletest/include/gtest/gtest.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/include/gtest/gtest.h b/googletest/include/gtest/gtest.h
index 69ea20d8..c1cd69ab 100644
--- a/googletest/include/gtest/gtest.h
+++ b/googletest/include/gtest/gtest.h
@@ -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;