summaryrefslogtreecommitdiffstats
path: root/googlemock/test/gmock-actions_test.cc
diff options
context:
space:
mode:
authorJohn Bampton <jbampton@gmail.com>2021-04-15 01:53:53 (GMT)
committerJohn Bampton <jbampton@gmail.com>2021-04-15 01:53:53 (GMT)
commit050b51751840837e9da6dad684c5ae0f87ab1f60 (patch)
tree7fbbe29a644a87921fcedd1cb5a7b60daca9f487 /googlemock/test/gmock-actions_test.cc
parent8d664b94bebc86a9d3c6272bb41039310c550e58 (diff)
downloadgoogletest-050b51751840837e9da6dad684c5ae0f87ab1f60.zip
googletest-050b51751840837e9da6dad684c5ae0f87ab1f60.tar.gz
googletest-050b51751840837e9da6dad684c5ae0f87ab1f60.tar.bz2
chore: fix spellingrefs/pull/3364/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 1838728..e1ca7fe 100644
--- a/googlemock/test/gmock-actions_test.cc
+++ b/googlemock/test/gmock-actions_test.cc
@@ -795,7 +795,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;