From 705b9c1af24953bbbe757f192fa25c44a9e92e7c Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Fri, 25 Sep 2020 12:14:18 -0400 Subject: [PATCH] Googletest export Fix typo PiperOrigin-RevId: 333745750 --- googlemock/include/gmock/gmock-function-mocker.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::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)