aboutsummaryrefslogtreecommitdiff
path: root/csharp/src/ProtocolBuffers.Test/Compatibility
diff options
context:
space:
mode:
authorJie Luo <anandolee@gmail.com>2015-04-28 14:23:18 -0700
committerJie Luo <anandolee@gmail.com>2015-04-28 14:23:18 -0700
commit32ead755d1f97e414f4a50edb7d9f1ebd9cab562 (patch)
treeafab476e3cfed30870493de145ca833c47e48868 /csharp/src/ProtocolBuffers.Test/Compatibility
parentb977c3ed63146525064463c33ddfaa96152989ed (diff)
parent5ca6dd76fb39d7f76297f6a2a95466bbc8d5b691 (diff)
downloadprotobuf-32ead755d1f97e414f4a50edb7d9f1ebd9cab562.tar.gz
protobuf-32ead755d1f97e414f4a50edb7d9f1ebd9cab562.tar.bz2
protobuf-32ead755d1f97e414f4a50edb7d9f1ebd9cab562.zip
Merge pull request #313 from jskeet/csharp
First steps to making the C# runtime work with new codegen
Diffstat (limited to 'csharp/src/ProtocolBuffers.Test/Compatibility')
-rw-r--r--csharp/src/ProtocolBuffers.Test/Compatibility/CompatibilityTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/csharp/src/ProtocolBuffers.Test/Compatibility/CompatibilityTests.cs b/csharp/src/ProtocolBuffers.Test/Compatibility/CompatibilityTests.cs
index 20189617..5befe96f 100644
--- a/csharp/src/ProtocolBuffers.Test/Compatibility/CompatibilityTests.cs
+++ b/csharp/src/ProtocolBuffers.Test/Compatibility/CompatibilityTests.cs
@@ -7,7 +7,7 @@ namespace Google.ProtocolBuffers.Compatibility
{
/// <summary>
/// This abstract base implements several tests to ensure that well-known messages can be written
- /// and read to/from various formats without loosing data. Implementations overload the two serailization
+ /// and read to/from various formats without losing data. Implementations overload the two serailization
/// methods to provide the tests with the means to read and write for a given format.
/// </summary>
public abstract class CompatibilityTests