THRIFT-1022 Typo cleanup patch

Patch: Anatol Pomozov


git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1049968 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/csharp/src/Protocol/TJSONProtocol.cs b/lib/csharp/src/Protocol/TJSONProtocol.cs
index 65cab4f..e2834f8 100644
--- a/lib/csharp/src/Protocol/TJSONProtocol.cs
+++ b/lib/csharp/src/Protocol/TJSONProtocol.cs
@@ -380,7 +380,7 @@
 		private byte[] tempBuffer = new byte[4];
 
 		///<summary>
-		/// Read a byte that must match b[0]; otherwise an excpetion is thrown.
+		/// Read a byte that must match b[0]; otherwise an exception is thrown.
 		/// Marked protected to avoid synthetic accessor in JSONListContext.Read
 		/// and JSONPairContext.Read
 		///</summary>