From 6bbbdfa24c51c9aae1c58f25c84ad9759f05eab9 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Wed, 30 Sep 2015 06:59:38 +0100 Subject: Fix typo in oneof case enum comment --- csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs | 4 ++-- csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs | 4 ++-- csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'csharp/src/Google.Protobuf.Test/TestProtos') diff --git a/csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs b/csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs index c44f90b1..6c1a594f 100644 --- a/csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs +++ b/csharp/src/Google.Protobuf.Test/TestProtos/UnittestIssues.cs @@ -1170,7 +1170,7 @@ namespace UnitTest.Issues.TestProtos { } private object o1_; - /// Enum of possibly cases for the "o1" oneof. + /// Enum of possible cases for the "o1" oneof. public enum O1OneofCase { None = 0, O1String = 2, @@ -1187,7 +1187,7 @@ namespace UnitTest.Issues.TestProtos { } private object o2_; - /// Enum of possibly cases for the "o2" oneof. + /// Enum of possible cases for the "o2" oneof. public enum O2OneofCase { None = 0, O2Int32 = 6, diff --git a/csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs b/csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs index ccafafc0..f7ad620c 100644 --- a/csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs +++ b/csharp/src/Google.Protobuf.Test/TestProtos/UnittestProto3.cs @@ -717,7 +717,7 @@ namespace Google.Protobuf.TestProtos { } private object oneofField_; - /// Enum of possibly cases for the "oneof_field" oneof. + /// Enum of possible cases for the "oneof_field" oneof. public enum OneofFieldOneofCase { None = 0, OneofUint32 = 111, @@ -4274,7 +4274,7 @@ namespace Google.Protobuf.TestProtos { } private object foo_; - /// Enum of possibly cases for the "foo" oneof. + /// Enum of possible cases for the "foo" oneof. public enum FooOneofCase { None = 0, FooInt = 1, diff --git a/csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs b/csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs index 9b7e1704..126bc265 100644 --- a/csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs +++ b/csharp/src/Google.Protobuf.Test/TestProtos/UnittestWellKnownTypes.cs @@ -1470,7 +1470,7 @@ namespace Google.Protobuf.TestProtos { } private object oneofField_; - /// Enum of possibly cases for the "oneof_field" oneof. + /// Enum of possible cases for the "oneof_field" oneof. public enum OneofFieldOneofCase { None = 0, AnyField = 1, -- cgit v1.2.3