From bde57ffc757f10c105fe6a80b60cbb81b9d72426 Mon Sep 17 00:00:00 2001 From: csharptest Date: Sat, 13 Aug 2011 18:22:30 -0500 Subject: Cleanup per review comments. --- src/ProtocolBuffers/ICodedInputStream.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ProtocolBuffers/ICodedInputStream.cs') diff --git a/src/ProtocolBuffers/ICodedInputStream.cs b/src/ProtocolBuffers/ICodedInputStream.cs index f2360021..1d9d26e3 100644 --- a/src/ProtocolBuffers/ICodedInputStream.cs +++ b/src/ProtocolBuffers/ICodedInputStream.cs @@ -177,7 +177,7 @@ namespace Google.ProtocolBuffers /// /// Reads an array of primitive values into the list, if the wire-type of fieldTag is length-prefixed and the - /// type is numberic, it will read a packed array. + /// type is numeric, it will read a packed array. /// [CLSCompliant(false)] void ReadPrimitiveArray(FieldType fieldType, uint fieldTag, string fieldName, ICollection list); -- cgit v1.2.3