aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock-actions_test.cc
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-02-09 11:34:26 -0500
committerGitHub <noreply@github.com>2018-02-09 11:34:26 -0500
commit22a115055a34443a01a3006bc2e0c1697c29abe1 (patch)
tree2dbf937d53ed9ff07d4ea8ae75d28d96914309d1 /googlemock/test/gmock-actions_test.cc
parentc211f21906ca1b40bd10b46052cde85b291963f6 (diff)
parentc8510504ddf3bd9e486fdce076bdf5dba62d18bb (diff)
downloadgoogletest-22a115055a34443a01a3006bc2e0c1697c29abe1.tar.gz
googletest-22a115055a34443a01a3006bc2e0c1697c29abe1.tar.bz2
googletest-22a115055a34443a01a3006bc2e0c1697c29abe1.zip
Merge pull request #1446 from tholsapp/master
Fixed typos
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 f470de4c..f7218391 100644
--- a/googlemock/test/gmock-actions_test.cc
+++ b/googlemock/test/gmock-actions_test.cc
@@ -751,7 +751,7 @@ TEST(DoDefaultDeathTest, DiesIfUsedInCompositeAction) {
}
// Tests that DoDefault() returns the default value set by
-// DefaultValue<T>::Set() when it's not overriden by an ON_CALL().
+// DefaultValue<T>::Set() when it's not overridden by an ON_CALL().
TEST(DoDefaultTest, ReturnsUserSpecifiedPerTypeDefaultValueWhenThereIsOne) {
DefaultValue<int>::Set(1);
MockClass mock;