summaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock-actions_test.cc
diff options
context:
space:
mode:
authorslowy07 <slowy.arfy@gmail.com>2021-07-24 10:38:47 (GMT)
committerslowy07 <slowy.arfy@gmail.com>2021-07-24 10:38:47 (GMT)
commit2f3e2e39cc4c399b66711e6b720bf22373e841b5 (patch)
tree691f6f45bf9aed271619008196d187db98227e10 /googlemock/test/gmock-actions_test.cc
parent96f4ce02a3a78d63981c67acbd368945d11d7d70 (diff)
downloadgoogletest-2f3e2e39cc4c399b66711e6b720bf22373e841b5.zip
googletest-2f3e2e39cc4c399b66711e6b720bf22373e841b5.tar.gz
googletest-2f3e2e39cc4c399b66711e6b720bf22373e841b5.tar.bz2
fix: typo codespelling commentrefs/pull/3499/head
Diffstat (limited to 'googlemock/test/gmock-actions_test.cc')
-rw-r--r--googlemock/test/gmock-actions_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/test/gmock-actions_test.cc b/googlemock/test/gmock-actions_test.cc
index e1ca7fe..fc62893 100644
--- a/googlemock/test/gmock-actions_test.cc
+++ b/googlemock/test/gmock-actions_test.cc
@@ -384,7 +384,7 @@ TEST(ActionInterfaceTest, MakeAction) {
EXPECT_EQ(5, action.Perform(std::make_tuple(true, 5)));
}
-// Tests that Action<F> can be contructed from a pointer to
+// Tests that Action<F> can be constructed from a pointer to
// ActionInterface<F>.
TEST(ActionTest, CanBeConstructedFromActionInterface) {
Action<MyGlobalFunction> action(new MyActionImpl);