summaryrefslogtreecommitdiff
path: root/contrib/zeromq
diff options
context:
space:
mode:
authorKonrad Grochowski <hcorg@apache.org>2014-11-24 10:55:31 +0100
committerKonrad Grochowski <hcorg@apache.org>2014-11-24 10:55:31 +0100
commit3b5dacba44e4fa5c07c8b828d2f65215f9c91e34 (patch)
tree56fb134a0cd9cadbdd034af8de6ffdb31ae50ef8 /contrib/zeromq
parenteab29a0da9eb775bb7e1e7cff6b4eeaecf237151 (diff)
downloadthrift-3b5dacba44e4fa5c07c8b828d2f65215f9c91e34.tar.gz
THRIFT-2849: spelling errors fixed using codespell tool
Client: All Patch: Anatol Pomozov This closes #281
Diffstat (limited to 'contrib/zeromq')
-rw-r--r--contrib/zeromq/csharp/TZmqClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/zeromq/csharp/TZmqClient.cs b/contrib/zeromq/csharp/TZmqClient.cs
index c792882cd..e9ab5166a 100644
--- a/contrib/zeromq/csharp/TZmqClient.cs
+++ b/contrib/zeromq/csharp/TZmqClient.cs
@@ -47,7 +47,7 @@ namespace ZmqClient
throw new NotImplementedException ();
if (_rbuf.Length == 0) {
- //Fill the Buffer with the complete ZMQ Message which needs to be(?!) the complete Thrift reponse
+ //Fill the Buffer with the complete ZMQ Message which needs to be(?!) the complete Thrift response
debug ("Client_Read Filling buffer..");
byte[] tmpBuf = _sock.Recv ();
debug (string.Format("Client_Read filled with {0}b",tmpBuf.Length));