From 089aaa996a378276f7c4e37a230836bf786cddf6 Mon Sep 17 00:00:00 2001 From: Msp Date: Fri, 4 Nov 2016 23:54:34 +0530 Subject: Fix message for InvalidProtocolBufferException --- csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csharp') diff --git a/csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs b/csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs index eeb0f13a..0fbc5306 100644 --- a/csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs +++ b/csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs @@ -61,7 +61,7 @@ namespace Google.Protobuf { return new InvalidProtocolBufferException( "While parsing a protocol message, the input ended unexpectedly " + - "in the middle of a field. This could mean either than the " + + "in the middle of a field. This could mean either that the " + "input has been truncated or that an embedded message " + "misreported its own length."); } -- cgit v1.2.3