aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorulanovgeorgiy <ulanovgeorgiy@yandex-team.com>2023-02-02 15:47:49 +0300
committerulanovgeorgiy <ulanovgeorgiy@yandex-team.com>2023-02-02 15:47:49 +0300
commit2c4266048e619cfe694dddf4955e5749033173f5 (patch)
tree2e0286673b9305276548c27a7a14f10cab20d4b2
parent4676a64273b09b50f84bd7bc93a1ce598512f136 (diff)
downloadydb-2c4266048e619cfe694dddf4955e5749033173f5.tar.gz
fix typo
-rw-r--r--library/cpp/protobuf/util/pb_io.h2
1 files changed, 1 insertions, 1 deletions
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
};