| Index: third_party/protobuf/csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs
|
| diff --git a/third_party/protobuf/csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs b/third_party/protobuf/csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs
|
| index b3aee222db58bdafe4b6402fb78b3dd65a5574d1..a6aefb6fa4edbadab30d7dc8e8e1045c1ce17d84 100644
|
| --- a/third_party/protobuf/csharp/src/Google.Protobuf/InvalidProtocolBufferException.cs
|
| +++ b/third_party/protobuf/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 that the " +
|
| + "in the middle of a field. This could mean either than the " +
|
| "input has been truncated or that an embedded message " +
|
| "misreported its own length.");
|
| }
|
|
|