summaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock-matchers-misc_test.cc
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 /googlemock/test/gmock-matchers-misc_test.cc
parent96f51426e4c776a71d0a446c1e4f4c7a5ea921df (diff)
downloadgoogletest-2cf9987ce3510de36640dcabd3d53db2c09312f6.zip
googletest-2cf9987ce3510de36640dcabd3d53db2c09312f6.tar.gz
googletest-2cf9987ce3510de36640dcabd3d53db2c09312f6.tar.bz2
fix: some typos in comment
Diffstat (limited to 'googlemock/test/gmock-matchers-misc_test.cc')
-rw-r--r--googlemock/test/gmock-matchers-misc_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/test/gmock-matchers-misc_test.cc b/googlemock/test/gmock-matchers-misc_test.cc
index c68431c..53f4962 100644
--- a/googlemock/test/gmock-matchers-misc_test.cc
+++ b/googlemock/test/gmock-matchers-misc_test.cc
@@ -1561,7 +1561,7 @@ TEST(AnyOfArrayTest, Matchers) {
}
TEST_P(AnyOfArrayTestP, ExplainsMatchResultCorrectly) {
- // AnyOfArray and AllOfArry use the same underlying template-template,
+ // AnyOfArray and AllOfArray use the same underlying template-template,
// thus it is sufficient to test one here.
const std::vector<int> v0{};
const std::vector<int> v1{1};