From 39a91d376aff0fae4110d711f02f50865e211a4a Mon Sep 17 00:00:00 2001 From: Jisi Liu Date: Thu, 3 Aug 2017 11:15:47 -0700 Subject: Fix typo. --- CHANGES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index ddca905d..110fb066 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -33,7 +33,7 @@ * Proto3 messages are now able to preserve unknown fields. The default behavior is still to drop unknowns, which will be flipped in a future release. If you rely on unknowns fields being dropped. Please use - Messgae::DiscardUnknownFields() explicitly. + Message::DiscardUnknownFields() explicitly. * Packable proto3 fields are now packed by default in serialization. * Following C++11 features are introduced when C++11 is available: - move-constructor and move-assignment are introduced to messages -- cgit v1.2.3