summaryrefslogtreecommitdiffstats
path: root/googletest
diff options
context:
space:
mode:
authorBilly Donahue <BillyDonahue@users.noreply.github.com>2017-05-16 03:54:23 (GMT)
committerGitHub <noreply@github.com>2017-05-16 03:54:23 (GMT)
commit078d5d930ad8b25b3c61556dc6de7ad13fa9a179 (patch)
treec0a05851e99b0a310b8240ba9a7dd52d4ed3e369 /googletest
parent2a5d67ccadedc69d8e069bf48b249e278959ffde (diff)
parent6c0c8a7ea5e276ac0a5ab36c9bae9257f4ac4d0c (diff)
downloadgoogletest-078d5d930ad8b25b3c61556dc6de7ad13fa9a179.zip
googletest-078d5d930ad8b25b3c61556dc6de7ad13fa9a179.tar.gz
googletest-078d5d930ad8b25b3c61556dc6de7ad13fa9a179.tar.bz2
Merge pull request #1090 from nico/typo
Fixing typo in documentation.
Diffstat (limited to 'googletest')
-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 69ea20d..c1cd69a 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;