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/Server/TThreadedServer.cs b/lib/csharp/src/Server/TThreadedServer.cs
index 75206f1..f2be073 100644
--- a/lib/csharp/src/Server/TThreadedServer.cs
+++ b/lib/csharp/src/Server/TThreadedServer.cs
@@ -85,7 +85,7 @@
 		}
 
 		/// <summary>
-		/// Use new Thread for each new client connection. block until numConnections < maxTHreads
+		/// Use new Thread for each new client connection. block until numConnections < maxThreads
 		/// </summary>
 		public override void Serve()
 		{