From 2c4266048e619cfe694dddf4955e5749033173f5 Mon Sep 17 00:00:00 2001 From: ulanovgeorgiy <ulanovgeorgiy@yandex-team.com> Date: Thu, 2 Feb 2023 15:47:49 +0300 Subject: fix typo --- library/cpp/protobuf/util/pb_io.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/cpp/protobuf/util/pb_io.h b/library/cpp/protobuf/util/pb_io.h index e10cee8a37..fbce966ebe 100644 --- a/library/cpp/protobuf/util/pb_io.h +++ b/library/cpp/protobuf/util/pb_io.h @@ -59,7 +59,7 @@ void SerializeToTextFormatWithEnumId(const NProtoBuf::Message& m, IOutputStream& enum class EParseFromTextFormatOption : ui64 { // Unknown fields will be ignored by the parser AllowUnknownField = 1, - // Error message will be will be written to stderr in the original format + // Error message will be written to stderr in the original format ForceWriteParsingErrorsToCerr = 2 }; -- cgit v1.2.3