summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Arkhipov <vladimir.arkhipov@siemens-healthineers.com>2019-09-10 15:06:18 -0400
committerJens Geyer <jensg@apache.org>2019-09-11 23:11:46 +0200
commitf1bc6aef7d670533e34336a7b7602b8b38f9d278 (patch)
tree8703f8f7294905d50a8c261c970cd7cffa9d312b
parent061eafb1fa2aa83068305cf0eb768930253e8710 (diff)
downloadthrift-f1bc6aef7d670533e34336a7b7602b8b38f9d278.tar.gz
Fix typo in xml comment
Client: C# Patch: Vladimir Arkhipov This closes #1874
-rw-r--r--lib/csharp/src/Transport/TSocketVersionizer.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/csharp/src/Transport/TSocketVersionizer.cs b/lib/csharp/src/Transport/TSocketVersionizer.cs
index bf4c0e49d..8c2f8e995 100644
--- a/lib/csharp/src/Transport/TSocketVersionizer.cs
+++ b/lib/csharp/src/Transport/TSocketVersionizer.cs
@@ -41,7 +41,7 @@ namespace Thrift.Transport
internal static class TSocketVersionizer
{
/// <summary>
- /// Creates a TcpClient according to the capabilitites of the used framework
+ /// Creates a TcpClient according to the capabilities of the used framework.
/// </summary>
internal static TcpClient CreateTcpClient()
{
@@ -58,7 +58,7 @@ namespace Thrift.Transport
}
/// <summary>
- /// Creates a TcpListener according to the capabilitites of the used framework.
+ /// Creates a TcpListener according to the capabilities of the used framework.
/// </summary>
internal static TcpListener CreateTcpListener(Int32 port)
{