You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by je...@apache.org on 2019/09/11 21:12:12 UTC

[thrift] branch master updated: Fix typo in xml comment Client: C# Patch: Vladimir Arkhipov

This is an automated email from the ASF dual-hosted git repository.

jensg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new f1bc6ae  Fix typo in xml comment Client: C# Patch: Vladimir Arkhipov
f1bc6ae is described below

commit f1bc6aef7d670533e34336a7b7602b8b38f9d278
Author: Vladimir Arkhipov <vl...@siemens-healthineers.com>
AuthorDate: Tue Sep 10 15:06:18 2019 -0400

    Fix typo in xml comment
    Client: C#
    Patch: Vladimir Arkhipov
    
    This closes #1874
---
 lib/csharp/src/Transport/TSocketVersionizer.cs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/csharp/src/Transport/TSocketVersionizer.cs b/lib/csharp/src/Transport/TSocketVersionizer.cs
index bf4c0e4..8c2f8e9 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)
         {