diff options
| author | Abseil Team <absl-team@google.com> | 2020-09-25 12:14:18 -0400 |
|---|---|---|
| committer | Andy Getz <durandal@google.com> | 2020-09-28 23:48:26 -0400 |
| commit | 705b9c1af24953bbbe757f192fa25c44a9e92e7c (patch) | |
| tree | 96c114f4f38daf2ffa6cf63f4ac5f3313f23a499 /googlemock/include | |
| parent | fe4d5f10840c5f62b984364a4d41719f1bc079a2 (diff) | |
| download | googletest-705b9c1af24953bbbe757f192fa25c44a9e92e7c.tar.gz googletest-705b9c1af24953bbbe757f192fa25c44a9e92e7c.zip | |
Googletest export
Fix typo
PiperOrigin-RevId: 333745750
Diffstat (limited to 'googlemock/include')
| -rw-r--r-- | googlemock/include/gmock/gmock-function-mocker.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googlemock/include/gmock/gmock-function-mocker.h b/googlemock/include/gmock/gmock-function-mocker.h index 7140a289..bfe7819a 100644 --- a/googlemock/include/gmock/gmock-function-mocker.h +++ b/googlemock/include/gmock/gmock-function-mocker.h @@ -124,7 +124,7 @@ using internal::FunctionMocker; ::testing::tuple_size<typename ::testing::internal::Function< \ __VA_ARGS__>::ArgumentTuple>::value == _N, \ "This method does not take " GMOCK_PP_STRINGIZE( \ - _N) " arguments. Parenthesize all types with unproctected commas.") + _N) " arguments. Parenthesize all types with unprotected commas.") #define GMOCK_INTERNAL_ASSERT_VALID_SPEC(_Spec) \ GMOCK_PP_FOR_EACH(GMOCK_INTERNAL_ASSERT_VALID_SPEC_ELEMENT, ~, _Spec) |

