From e6a2bf3890d22c9bdfff94199a3aa802ebc64526 Mon Sep 17 00:00:00 2001 From: Sandy Zhang Date: Wed, 27 Jul 2022 21:34:34 +0000 Subject: [PATCH] Fix mispelling in comment supressed ==> suppressed in json_util_test.cc --- src/google/protobuf/util/json_util_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/google/protobuf/util/json_util_test.cc b/src/google/protobuf/util/json_util_test.cc index ca9fe731dd..be0d39e2f5 100644 --- a/src/google/protobuf/util/json_util_test.cc +++ b/src/google/protobuf/util/json_util_test.cc @@ -773,7 +773,7 @@ TEST_P(JsonTest, TestFlatList) { ASSERT_OK(m); EXPECT_THAT(m->repeated_int32_value(), ElementsAre(5, 6)); - // The above flatteing behavior is supressed for google::protobuf::ListValue. + // The above flatteing behavior is suppressed for google::protobuf::ListValue. auto m2 = ToProto(R"json( { "repeatedInt32Value": [[[5]], [6]]