summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/cocoa/src/transport/TSSLSocketClient.m4
-rw-r--r--lib/cpp/libthrift.vcxproj.filters28
-rw-r--r--lib/cpp/src/thrift/TLogging.h6
-rw-r--r--lib/cpp/src/thrift/concurrency/PosixThreadFactory.h2
-rw-r--r--lib/cpp/src/thrift/processor/TMultiplexedProcessor.h2
-rw-r--r--lib/cpp/src/thrift/protocol/TCompactProtocol.tcc2
-rw-r--r--lib/cpp/src/thrift/protocol/TJSONProtocol.cpp4
-rw-r--r--lib/cpp/src/thrift/protocol/TJSONProtocol.h2
-rw-r--r--lib/cpp/src/thrift/server/TNonblockingServer.h4
-rw-r--r--lib/cpp/src/thrift/transport/TBufferTransports.cpp2
-rw-r--r--lib/cpp/src/thrift/transport/TBufferTransports.h4
-rw-r--r--lib/cpp/src/thrift/transport/TSSLSocket.cpp2
-rw-r--r--lib/cpp/src/thrift/transport/TSocket.h2
-rw-r--r--lib/cpp/test/TransportTest.cpp2
-rw-r--r--lib/csharp/src/Protocol/TMultiplexedProcessor.cs2
-rw-r--r--lib/d/src/thrift/async/libevent.d2
-rw-r--r--lib/d/src/thrift/base.d4
-rw-r--r--lib/d/src/thrift/codegen/client.d2
-rw-r--r--lib/d/src/thrift/codegen/client_pool.d2
-rw-r--r--lib/d/src/thrift/codegen/idlgen.d4
-rw-r--r--lib/d/src/thrift/codegen/processor.d2
-rw-r--r--lib/d/src/thrift/server/base.d2
-rw-r--r--lib/d/src/thrift/transport/file.d2
-rw-r--r--lib/d/src/thrift/util/future.d4
-rw-r--r--lib/d/src/thrift/util/hashset.d4
-rw-r--r--lib/d/test/async_test.d8
-rw-r--r--lib/delphi/test/TestClient.pas2
-rw-r--r--lib/delphi/test/skip/README.md2
-rw-r--r--lib/delphi/test/skip/skiptest_version1.dpr6
-rw-r--r--lib/delphi/test/skip/skiptest_version2.dpr6
-rw-r--r--lib/erl/src/thrift_json_parser.erl2
-rw-r--r--lib/go/thrift/compact_protocol.go6
-rw-r--r--lib/go/thrift/socket.go2
-rw-r--r--lib/go/thrift/ssl_socket.go2
-rw-r--r--lib/haxe/src/org/apache/thrift/protocol/TMultiplexedProcessor.hx2
-rwxr-xr-xlib/hs/README.md2
-rw-r--r--lib/java/src/org/apache/thrift/TMultiplexedProcessor.java2
-rw-r--r--lib/java/test/log4j.properties2
-rw-r--r--lib/js/src/thrift.js2
-rwxr-xr-xlib/js/test/test.js2
-rw-r--r--lib/lua/Thrift.lua2
-rw-r--r--lib/nodejs/lib/thrift/web_server.js6
-rw-r--r--lib/ocaml/README-OCamlMakefile2
-rw-r--r--lib/perl/README.md2
-rw-r--r--lib/php/lib/Thrift/TMultiplexedProcessor.php2
-rw-r--r--lib/py/setup.py2
-rw-r--r--lib/py/src/protocol/fastbinary.c4
-rw-r--r--lib/py/src/server/TNonblockingServer.py2
-rw-r--r--lib/ts/thrift.d.ts2
49 files changed, 84 insertions, 84 deletions
diff --git a/lib/cocoa/src/transport/TSSLSocketClient.m b/lib/cocoa/src/transport/TSSLSocketClient.m
index db5a2b4aa..5be04ef43 100644
--- a/lib/cocoa/src/transport/TSSLSocketClient.m
+++ b/lib/cocoa/src/transport/TSSLSocketClient.m
@@ -193,8 +193,8 @@
case NSStreamEventErrorOccurred:
{
NSError *theError = [aStream streamError];
- NSLog(@"Error occured opening stream: %@", theError);
-// @throw [TSSLSocketException exceptionWithReason: @"Error occured opening stream" error: theError];
+ NSLog(@"Error occurred opening stream: %@", theError);
+// @throw [TSSLSocketException exceptionWithReason: @"Error occurred opening stream" error: theError];
break;
}
case NSStreamEventEndEncountered:
diff --git a/lib/cpp/libthrift.vcxproj.filters b/lib/cpp/libthrift.vcxproj.filters
index c38516b58..4effa8729 100644
--- a/lib/cpp/libthrift.vcxproj.filters
+++ b/lib/cpp/libthrift.vcxproj.filters
@@ -25,19 +25,19 @@
<Filter>concurrency</Filter>
</ClCompile>
<ClCompile Include="src\thrift\protocol\TDebugProtocol.cpp">
- <Filter>protocal</Filter>
+ <Filter>protocol</Filter>
</ClCompile>
<ClCompile Include="src\thrift\protocol\TDenseProtocol.cpp">
- <Filter>protocal</Filter>
+ <Filter>protocol</Filter>
</ClCompile>
<ClCompile Include="src\thrift\protocol\TBase64Utils.cpp">
- <Filter>protocal</Filter>
+ <Filter>protocol</Filter>
</ClCompile>
<ClCompile Include="src\thrift\protocol\TJSONProtocol.cpp">
- <Filter>protocal</Filter>
+ <Filter>protocol</Filter>
</ClCompile>
<ClCompile Include="src\thrift\protocol\TMultiplexedProtocol.cpp">
- <Filter>protocal</Filter>
+ <Filter>protocol</Filter>
</ClCompile>
<ClCompile Include="src\thrift\transport\TFDTransport.cpp">
<Filter>transport</Filter>
@@ -120,7 +120,7 @@
<Filter>transport</Filter>
</ClInclude>
<ClInclude Include="src\thrift\protocol\TBinaryProtocol.h">
- <Filter>protocal</Filter>
+ <Filter>protocol</Filter>
</ClInclude>
<ClInclude Include="src\thrift\Thrift.h" />
<ClInclude Include="src\thrift\TProcessor.h" />
@@ -153,10 +153,10 @@
<Filter>windows</Filter>
</ClInclude>
<ClInclude Include="src\thrift\protocol\TProtocol.h">
- <Filter>protocal</Filter>
+ <Filter>protocol</Filter>
</ClInclude>
<ClInclude Include="src\thrift\protocol\TVirtualProtocol.h">
- <Filter>protocal</Filter>
+ <Filter>protocol</Filter>
</ClInclude>
<ClInclude Include="src\thrift\server\TServer.h">
<Filter>server</Filter>
@@ -201,16 +201,16 @@
<Filter>transport</Filter>
</ClInclude>
<ClInclude Include="src\thrift\protocol\TJSONProtocol.h">
- <Filter>protocal</Filter>
+ <Filter>protocol</Filter>
</ClInclude>
<ClInclude Include="src\thrift\protocol\TMultiplexedProtocol.h">
- <Filter>protocal</Filter>
+ <Filter>protocol</Filter>
</ClInclude>
<ClInclude Include="src\thrift\protocol\TDenseProtocol.h">
- <Filter>protocal</Filter>
+ <Filter>protocol</Filter>
</ClInclude>
<ClInclude Include="src\thrift\protocol\TDebugProtocol.h">
- <Filter>protocal</Filter>
+ <Filter>protocol</Filter>
</ClInclude>
<ClInclude Include="src\thrift\transport\TServerSocket.h">
<Filter>transport</Filter>
@@ -247,7 +247,7 @@
</ClInclude>
</ItemGroup>
<ItemGroup>
- <Filter Include="protocal">
+ <Filter Include="protocol">
<UniqueIdentifier>{07ced19b-b72a-4105-9ffb-6d2bcf64497e}</UniqueIdentifier>
</Filter>
<Filter Include="transport">
@@ -274,7 +274,7 @@
</ItemGroup>
<ItemGroup>
<None Include="src\thrift\protocol\TBinaryProtocol.tcc">
- <Filter>protocal</Filter>
+ <Filter>protocol</Filter>
</None>
<None Include="src\thrift\windows\tr1\functional">
<Filter>windows\tr1</Filter>
diff --git a/lib/cpp/src/thrift/TLogging.h b/lib/cpp/src/thrift/TLogging.h
index 096054c07..07ff030f7 100644
--- a/lib/cpp/src/thrift/TLogging.h
+++ b/lib/cpp/src/thrift/TLogging.h
@@ -62,7 +62,7 @@
#endif
/**
- * analagous to T_DEBUG but also prints the time
+ * analogous to T_DEBUG but also prints the time
*
* @param string format_string input: printf style format string
*/
@@ -88,7 +88,7 @@
#endif
/**
- * analagous to T_DEBUG but uses input level to determine whether or not the string
+ * analogous to T_DEBUG but uses input level to determine whether or not the string
* should be logged.
*
* @param int level: specified debug level
@@ -120,7 +120,7 @@
}
/**
- * Analagous to T_ERROR, additionally aborting the process.
+ * Analogous to T_ERROR, additionally aborting the process.
* WARNING: macro calls abort(), ending program execution
*
* @param string format_string input: printf style format string
diff --git a/lib/cpp/src/thrift/concurrency/PosixThreadFactory.h b/lib/cpp/src/thrift/concurrency/PosixThreadFactory.h
index 4004231c5..b26d296d6 100644
--- a/lib/cpp/src/thrift/concurrency/PosixThreadFactory.h
+++ b/lib/cpp/src/thrift/concurrency/PosixThreadFactory.h
@@ -46,7 +46,7 @@ public:
*
* Absolute priority is determined by scheduler policy and OS. This
* enumeration specifies relative priorities such that one can specify a
- * priority withing a giving scheduler policy without knowing the absolute
+ * priority within a giving scheduler policy without knowing the absolute
* value of the priority.
*/
enum PRIORITY {
diff --git a/lib/cpp/src/thrift/processor/TMultiplexedProcessor.h b/lib/cpp/src/thrift/processor/TMultiplexedProcessor.h
index a97f6a97d..0ef72616f 100644
--- a/lib/cpp/src/thrift/processor/TMultiplexedProcessor.h
+++ b/lib/cpp/src/thrift/processor/TMultiplexedProcessor.h
@@ -96,7 +96,7 @@ public:
*
* \param [in] serviceName Name of a service, has to be identical to the name
* declared in the Thrift IDL, e.g. "WeatherReport".
- * \param [in] processor Implementation of a service, ususally referred to
+ * \param [in] processor Implementation of a service, usually referred to
* as "handlers", e.g. WeatherReportHandler,
* implementing WeatherReportIf interface.
*/
diff --git a/lib/cpp/src/thrift/protocol/TCompactProtocol.tcc b/lib/cpp/src/thrift/protocol/TCompactProtocol.tcc
index 85dde6c88..7f2583c61 100644
--- a/lib/cpp/src/thrift/protocol/TCompactProtocol.tcc
+++ b/lib/cpp/src/thrift/protocol/TCompactProtocol.tcc
@@ -261,7 +261,7 @@ uint32_t TCompactProtocolT<Transport_>::writeDouble(const double dub) {
}
/**
- * Write a string to the wire with a varint size preceeding.
+ * Write a string to the wire with a varint size preceding.
*/
template <class Transport_>
uint32_t TCompactProtocolT<Transport_>::writeString(const std::string& str) {
diff --git a/lib/cpp/src/thrift/protocol/TJSONProtocol.cpp b/lib/cpp/src/thrift/protocol/TJSONProtocol.cpp
index ca450f4c9..72cd28b16 100644
--- a/lib/cpp/src/thrift/protocol/TJSONProtocol.cpp
+++ b/lib/cpp/src/thrift/protocol/TJSONProtocol.cpp
@@ -656,7 +656,7 @@ uint32_t TJSONProtocol::writeBool(const bool value) {
}
uint32_t TJSONProtocol::writeByte(const int8_t byte) {
- // writeByte() must be handled specially becuase boost::lexical cast sees
+ // writeByte() must be handled specially because boost::lexical cast sees
// int8_t as a text type instead of an integer type
return writeJSONInteger((int16_t)byte);
}
@@ -984,7 +984,7 @@ uint32_t TJSONProtocol::readBool(bool& value) {
return readJSONInteger(value);
}
-// readByte() must be handled properly becuase boost::lexical cast sees int8_t
+// readByte() must be handled properly because boost::lexical cast sees int8_t
// as a text type instead of an integer type
uint32_t TJSONProtocol::readByte(int8_t& byte) {
int16_t tmp = (int16_t)byte;
diff --git a/lib/cpp/src/thrift/protocol/TJSONProtocol.h b/lib/cpp/src/thrift/protocol/TJSONProtocol.h
index b19c35d38..3c7b9d771 100644
--- a/lib/cpp/src/thrift/protocol/TJSONProtocol.h
+++ b/lib/cpp/src/thrift/protocol/TJSONProtocol.h
@@ -43,7 +43,7 @@ class TJSONContext;
* 2. Thrift doubles are represented as JSON numbers. Some special values are
* represented as strings:
* a. "NaN" for not-a-number values
- * b. "Infinity" for postive infinity
+ * b. "Infinity" for positive infinity
* c. "-Infinity" for negative infinity
*
* 3. Thrift string values are emitted as JSON strings, with appropriate
diff --git a/lib/cpp/src/thrift/server/TNonblockingServer.h b/lib/cpp/src/thrift/server/TNonblockingServer.h
index 7853d5498..3edc795f1 100644
--- a/lib/cpp/src/thrift/server/TNonblockingServer.h
+++ b/lib/cpp/src/thrift/server/TNonblockingServer.h
@@ -669,7 +669,7 @@ public:
/**
* Check buffer sizes every "count" calls. This allows buffer limits
- * to be enforced for persistant connections with a controllable degree
+ * to be enforced for persistent connections with a controllable degree
* of overhead. 0 disables checks except at connection close.
*
* @param count the number of calls between checks, or 0 to disable
@@ -812,7 +812,7 @@ private:
* C-callable event handler for listener events. Provides a callback
* that libevent can understand which invokes server->handleEvent().
*
- * @param fd the descriptor the event occured on.
+ * @param fd the descriptor the event occurred on.
* @param which the flags associated with the event.
* @param v void* callback arg where we placed TNonblockingServer's "this".
*/
diff --git a/lib/cpp/src/thrift/transport/TBufferTransports.cpp b/lib/cpp/src/thrift/transport/TBufferTransports.cpp
index 25adb2309..bedb5a504 100644
--- a/lib/cpp/src/thrift/transport/TBufferTransports.cpp
+++ b/lib/cpp/src/thrift/transport/TBufferTransports.cpp
@@ -63,7 +63,7 @@ uint32_t TBufferedTransport::readSlow(uint8_t* buf, uint32_t len) {
void TBufferedTransport::writeSlow(const uint8_t* buf, uint32_t len) {
uint32_t have_bytes = static_cast<uint32_t>(wBase_ - wBuf_.get());
uint32_t space = static_cast<uint32_t>(wBound_ - wBase_);
- // We should only take the slow path if we can't accomodate the write
+ // We should only take the slow path if we can't accommodate the write
// with the free space already in the buffer.
assert(wBound_ - wBase_ < static_cast<ptrdiff_t>(len));
diff --git a/lib/cpp/src/thrift/transport/TBufferTransports.h b/lib/cpp/src/thrift/transport/TBufferTransports.h
index da750526f..c94ae1ee7 100644
--- a/lib/cpp/src/thrift/transport/TBufferTransports.h
+++ b/lib/cpp/src/thrift/transport/TBufferTransports.h
@@ -86,7 +86,7 @@ public:
/**
* Fast-path write.
*
- * When we have enough empty space in our buffer to accomodate the write, we
+ * When we have enough empty space in our buffer to accommodate the write, we
* can satisfy it with a single memcpy, then adjust our internal pointers.
* If the buffer is full, we call out to our slow path, implemented by a
* subclass. This method is meant to eventually be nonvirtual and
@@ -629,7 +629,7 @@ public:
uint32_t available_write() const { return static_cast<uint32_t>(wBound_ - wBase_); }
// Returns a pointer to where the client can write data to append to
- // the TMemoryBuffer, and ensures the buffer is big enough to accomodate a
+ // the TMemoryBuffer, and ensures the buffer is big enough to accommodate a
// write of the provided length. The returned pointer is very convenient for
// passing to read(), recv(), or similar. You must call wroteBytes() as soon
// as data is written or the buffer will not be aware that data has changed.
diff --git a/lib/cpp/src/thrift/transport/TSSLSocket.cpp b/lib/cpp/src/thrift/transport/TSSLSocket.cpp
index de5876c6f..682f63c33 100644
--- a/lib/cpp/src/thrift/transport/TSSLSocket.cpp
+++ b/lib/cpp/src/thrift/transport/TSSLSocket.cpp
@@ -204,7 +204,7 @@ bool TSSLSocket::isOpen() {
return false;
}
int shutdown = SSL_get_shutdown(ssl_);
- // "!!" is squelching C4800 "forcing bool -> true or false" perfomance warning
+ // "!!" is squelching C4800 "forcing bool -> true or false" performance warning
bool shutdownReceived = !!(shutdown & SSL_RECEIVED_SHUTDOWN);
bool shutdownSent = !!(shutdown & SSL_SENT_SHUTDOWN);
if (shutdownReceived && shutdownSent) {
diff --git a/lib/cpp/src/thrift/transport/TSocket.h b/lib/cpp/src/thrift/transport/TSocket.h
index 38bd789c1..427b91f5d 100644
--- a/lib/cpp/src/thrift/transport/TSocket.h
+++ b/lib/cpp/src/thrift/transport/TSocket.h
@@ -186,7 +186,7 @@ public:
void setKeepAlive(bool keepAlive);
/**
- * Get socket information formated as a string <Host: x Port: x>
+ * Get socket information formatted as a string <Host: x Port: x>
*/
std::string getSocketInfo();
diff --git a/lib/cpp/test/TransportTest.cpp b/lib/cpp/test/TransportTest.cpp
index 030573275..451fcef63 100644
--- a/lib/cpp/test/TransportTest.cpp
+++ b/lib/cpp/test/TransportTest.cpp
@@ -755,7 +755,7 @@ void test_borrow_none_available() {
* - Combining many tests into a single function makes it more difficult to
* tell precisely which tests failed. It also means you can't get a progress
* update after each test, and the tests are already fairly slow.
- * - Similar registration could be acheived with BOOST_TEST_CASE_TEMPLATE,
+ * - Similar registration could be achieved with BOOST_TEST_CASE_TEMPLATE,
* but it requires a lot of awkward MPL code, and results in useless test
* case names. (The names are generated from std::type_info::name(), which
* is compiler-dependent. gcc returns mangled names.)
diff --git a/lib/csharp/src/Protocol/TMultiplexedProcessor.cs b/lib/csharp/src/Protocol/TMultiplexedProcessor.cs
index 050b16265..35d138c96 100644
--- a/lib/csharp/src/Protocol/TMultiplexedProcessor.cs
+++ b/lib/csharp/src/Protocol/TMultiplexedProcessor.cs
@@ -61,7 +61,7 @@ namespace Thrift.Protocol
* Args:
* - serviceName Name of a service, has to be identical to the name
* declared in the Thrift IDL, e.g. "WeatherReport".
- * - processor Implementation of a service, ususally referred to as "handlers",
+ * - processor Implementation of a service, usually referred to as "handlers",
* e.g. WeatherReportHandler implementing WeatherReport.Iface.
*/
public void RegisterProcessor(String serviceName, TProcessor processor)
diff --git a/lib/d/src/thrift/async/libevent.d b/lib/d/src/thrift/async/libevent.d
index 3358bef34..967c41fa0 100644
--- a/lib/d/src/thrift/async/libevent.d
+++ b/lib/d/src/thrift/async/libevent.d
@@ -430,7 +430,7 @@ private:
Work[][TAsyncTransport] workQueues_;
/// The total number of work items not yet finished (queued and currently
- /// excecuted) and delays not yet executed.
+ /// executed) and delays not yet executed.
uint queuedCount_;
/// Protects queuedCount_.
diff --git a/lib/d/src/thrift/base.d b/lib/d/src/thrift/base.d
index 266201b73..5de13c53e 100644
--- a/lib/d/src/thrift/base.d
+++ b/lib/d/src/thrift/base.d
@@ -43,7 +43,7 @@ class TCompoundOperationException : TException {
}
/// The exceptions thrown by the children of the operation. If applicable,
- /// the list is ordered in the same way the exceptions occured.
+ /// the list is ordered in the same way the exceptions occurred.
Exception[] exceptions;
}
@@ -62,7 +62,7 @@ enum VERSION = "0.9.0 dev";
* Examples:
* ---
* logInfo("An informative message.");
- * logError("Some error occured: %s", e);
+ * logError("Some error occurred: %s", e);
* ---
*/
alias logFormatted!g_infoLogSink logInfo;
diff --git a/lib/d/src/thrift/codegen/client.d b/lib/d/src/thrift/codegen/client.d
index 09753dac3..117b07660 100644
--- a/lib/d/src/thrift/codegen/client.d
+++ b/lib/d/src/thrift/codegen/client.d
@@ -192,7 +192,7 @@ template TClient(Interface, InputProtocol = TProtocol, OutputProtocol = void) if
code ~= "oprot_.writeMessageEnd();\n";
code ~= "oprot_.transport.flush();\n";
- // If this is not a oneway method, generate the recieving code.
+ // If this is not a oneway method, generate the receiving code.
if (!methodMetaFound || methodMeta.type != TMethodType.ONEWAY) {
code ~= "TPresultStruct!(Interface, `" ~ methodName ~ "`) result;\n";
diff --git a/lib/d/src/thrift/codegen/client_pool.d b/lib/d/src/thrift/codegen/client_pool.d
index ebf5b60fe..c46b74344 100644
--- a/lib/d/src/thrift/codegen/client_pool.d
+++ b/lib/d/src/thrift/codegen/client_pool.d
@@ -205,7 +205,7 @@ protected:
} else {
// We are dealing with a normal exception thrown by the
// server-side method, just pass it on. As far as we are
- // concerned, the method call succeded.
+ // concerned, the method call succeeded.
pool_.recordSuccess(c);
throw e;
}
diff --git a/lib/d/src/thrift/codegen/idlgen.d b/lib/d/src/thrift/codegen/idlgen.d
index 03e9b903e..18af1aa38 100644
--- a/lib/d/src/thrift/codegen/idlgen.d
+++ b/lib/d/src/thrift/codegen/idlgen.d
@@ -155,10 +155,10 @@ private {
// the front. Because with the Thrift compiler types can only depend on
// other types that have already been defined, we collect all the
// dependencies, prepend them to the list, and then prune the duplicates
- // (keeping the first occurences). If this requirement should ever be
+ // (keeping the first occurrences). If this requirement should ever be
// dropped from Thrift, this could be easily adapted to handle circular
// dependencies by passing TypeTuple!(T, List) to ForAllWithList instead
- // of appending List afterwards, and removing the now unneccesary
+ // of appending List afterwards, and removing the now unnecessary
// NoDuplicates.
alias NoDuplicates!(
ForAllWithList!(
diff --git a/lib/d/src/thrift/codegen/processor.d b/lib/d/src/thrift/codegen/processor.d
index e6b77fad5..5ce7ac605 100644
--- a/lib/d/src/thrift/codegen/processor.d
+++ b/lib/d/src/thrift/codegen/processor.d
@@ -254,7 +254,7 @@ template TServiceProcessor(Interface, Protocols...) if (
code ~= "result.set!`success`(" ~ call ~ ");\n";
}
- // If this is not a oneway method, generate the recieving code.
+ // If this is not a oneway method, generate the receiving code.
if (!methodMetaFound || methodMeta.type != TMethodType.ONEWAY) {
if (methodMetaFound) {
foreach (e; methodMeta.exceptions) {
diff --git a/lib/d/src/thrift/server/base.d b/lib/d/src/thrift/server/base.d
index b56ae668f..f97adbe25 100644
--- a/lib/d/src/thrift/server/base.d
+++ b/lib/d/src/thrift/server/base.d
@@ -37,7 +37,7 @@ class TServer {
/**
* Starts serving.
*
- * Blocks until the server finishes, i.e. a serious problem occured or the
+ * Blocks until the server finishes, i.e. a serious problem occurred or the
* cancellation request has been triggered.
*
* Server implementations are expected to implement cancellation in a best-
diff --git a/lib/d/src/thrift/transport/file.d b/lib/d/src/thrift/transport/file.d
index 7c6705a6e..9aebd82ab 100644
--- a/lib/d/src/thrift/transport/file.d
+++ b/lib/d/src/thrift/transport/file.d
@@ -246,7 +246,7 @@ final class TFileReaderTransport : TBaseTransport {
enforce(!isOpen, new TTransportException(
"Cannot set chunk size after TFileReaderTransport has been opened."));
enforce(value > EventSize.sizeof, new TTransportException("Chunks must " ~
- "be large enough to accomodate at least a single byte of payload data."));
+ "be large enough to accommodate at least a single byte of payload data."));
chunkSize_ = value;
}
diff --git a/lib/d/src/thrift/util/future.d b/lib/d/src/thrift/util/future.d
index 7c127c429..2b32a01f3 100644
--- a/lib/d/src/thrift/util/future.d
+++ b/lib/d/src/thrift/util/future.d
@@ -316,7 +316,7 @@ class TFutureException : TException {
}
/**
- * Creates an interface that is similiar to a given one, but accepts an
+ * Creates an interface that is similar to a given one, but accepts an
* additional, optional TCancellation parameter each method, and returns
* TFutures instead of plain return values.
*
@@ -454,7 +454,7 @@ final class TFutureAggregatorRange(T) {
++completedCount_;
if (completedCount_ == futures_.length) {
- // This was the last future in the list, there is no possiblity
+ // This was the last future in the list, there is no possibility
// another result could ever become available.
finished_ = true;
}
diff --git a/lib/d/src/thrift/util/hashset.d b/lib/d/src/thrift/util/hashset.d
index 3fa466e39..ede122ef1 100644
--- a/lib/d/src/thrift/util/hashset.d
+++ b/lib/d/src/thrift/util/hashset.d
@@ -31,7 +31,7 @@ struct Void {}
* std.container gains something suitable.
*/
// Note: The funky pointer casts (i.e. *(cast(immutable(E)*)&e) instead of
-// just cast(immutable(E))e) are a workaround for LDC 2 compatibilty.
+// just cast(immutable(E))e) are a workaround for LDC 2 compatibility.
final class HashSet(E) {
///
this() {}
@@ -88,7 +88,7 @@ final class HashSet(E) {
///
auto opSlice() const {
- // TODO: Implement using AA key range once availabe in release DMD/druntime
+ // TODO: Implement using AA key range once available in release DMD/druntime
// to avoid allocation.
return cast(E[])(aa_.keys);
}
diff --git a/lib/d/test/async_test.d b/lib/d/test/async_test.d
index 16db51b9e..f1a0cf315 100644
--- a/lib/d/test/async_test.d
+++ b/lib/d/test/async_test.d
@@ -340,9 +340,9 @@ class ClientsThread : Thread {
if (trace_) writefln(`Calling delayedEcho("%s", 100 ms)...`, id);
auto a = client.delayedEcho(id, 100);
enforce(!a.completion.wait(dur!"usecs"(1)),
- text("wait() succeded early (", a.get(), ", ", id, ")."));
+ text("wait() succeeded early (", a.get(), ", ", id, ")."));
enforce(!a.completion.wait(dur!"usecs"(1)),
- text("wait() succeded early (", a.get(), ", ", id, ")."));
+ text("wait() succeeded early (", a.get(), ", ", id, ")."));
enforce(a.completion.wait(dur!"msecs"(200)),
text("wait() didn't succeed as expected (", id, ")."));
enforce(a.get() == id);
@@ -353,9 +353,9 @@ class ClientsThread : Thread {
if (trace_) writefln(`Calling delayedFail("%s", 100 ms)... `, id);
auto a = client.delayedFail(id, 100);
enforce(!a.completion.wait(dur!"usecs"(1)),
- text("wait() succeded early (", id, ", ", collectException(a.get()), ")."));
+ text("wait() succeeded early (", id, ", ", collectException(a.get()), ")."));
enforce(!a.completion.wait(dur!"usecs"(1)),
- text("wait() succeded early (", id, ", ", collectException(a.get()), ")."));
+ text("wait() succeeded early (", id, ", ", collectException(a.get()), ")."));
enforce(a.completion.wait(dur!"msecs"(200)),
text("wait() didn't succeed as expected (", id, ")."));
auto e = cast(AsyncTestException)collectException(a.get());
diff --git a/lib/delphi/test/TestClient.pas b/lib/delphi/test/TestClient.pas
index dc39828aa..9b091aeec 100644
--- a/lib/delphi/test/TestClient.pas
+++ b/lib/delphi/test/TestClient.pas
@@ -511,7 +511,7 @@ begin
s := client.testString(HUGE_TEST_STRING);
Expect( length(s) = length(HUGE_TEST_STRING),
- 'testString( lenght(HUGE_TEST_STRING) = '+IntToStr(Length(HUGE_TEST_STRING))+') '
+ 'testString( length(HUGE_TEST_STRING) = '+IntToStr(Length(HUGE_TEST_STRING))+') '
+'=> length(result) = '+IntToStr(Length(s)));
i8 := client.testByte(1);
diff --git a/lib/delphi/test/skip/README.md b/lib/delphi/test/skip/README.md
index 9975a0b50..f34936834 100644
--- a/lib/delphi/test/skip/README.md
+++ b/lib/delphi/test/skip/README.md
@@ -3,7 +3,7 @@ simulate server and client for different versions
of the same protocol.
The intention of this test is to ensure fully
-working compatibilty features of the Delphi Thrift
+working compatibility features of the Delphi Thrift
implementation.
The expected test result is, that no errors occur
diff --git a/lib/delphi/test/skip/skiptest_version1.dpr b/lib/delphi/test/skip/skiptest_version1.dpr
index caf302386..ab57ba09c 100644
--- a/lib/delphi/test/skip/skiptest_version1.dpr
+++ b/lib/delphi/test/skip/skiptest_version1.dpr
@@ -96,7 +96,7 @@ begin
client := nil; // not Free!
cliRef := nil;
stm.Free;
- if client = nil then {warning supressed};
+ if client = nil then {warning suppressed};
end;
DeleteFile( fname+REQUEST_EXT);
@@ -123,7 +123,7 @@ begin
client := nil; // not Free!
cliRef := nil;
stm.Free;
- if client = nil then {warning supressed};
+ if client = nil then {warning suppressed};
end;
end;
@@ -150,7 +150,7 @@ begin
server := nil; // not Free!
stmIn.Free;
stmOut.Free;
- if server = nil then {warning supressed};
+ if server = nil then {warning suppressed};
end;
DeleteFile( fname+RESPONSE_EXT);
diff --git a/lib/delphi/test/skip/skiptest_version2.dpr b/lib/delphi/test/skip/skiptest_version2.dpr
index 14d604827..ab5d41aef 100644
--- a/lib/delphi/test/skip/skiptest_version2.dpr
+++ b/lib/delphi/test/skip/skiptest_version2.dpr
@@ -122,7 +122,7 @@ begin
client := nil; // not Free!
cliRef := nil;
stm.Free;
- if client = nil then {warning supressed};
+ if client = nil then {warning suppressed};
end;
DeleteFile( fname+REQUEST_EXT);
@@ -150,7 +150,7 @@ begin
client := nil; // not Free!
cliRef := nil;
stm.Free;
- if client = nil then {warning supressed};
+ if client = nil then {warning suppressed};
end;
end;
@@ -177,7 +177,7 @@ begin
server := nil; // not Free!
stmIn.Free;
stmOut.Free;
- if server = nil then {warning supressed};
+ if server = nil then {warning suppressed};
end;
DeleteFile( fname+RESPONSE_EXT);
diff --git a/lib/erl/src/thrift_json_parser.erl b/lib/erl/src/thrift_json_parser.erl
index b7dd586a7..4e47f10ec 100644
--- a/lib/erl/src/thrift_json_parser.erl
+++ b/lib/erl/src/thrift_json_parser.erl
@@ -219,7 +219,7 @@ string(<<237, X, _, Rest/binary>>, Handler, Acc, Stack, Config=#config{strict_ut
string(<<_/utf8, Rest/binary>>, Handler, Acc, Stack, Config=#config{strict_utf8=false}) ->
string(Rest, Handler, acc_seq(Acc, 16#fffd), Stack, Config);
%% u+fffe and u+ffff for R14BXX (subsequent runtimes will happily match the
-%% preceeding clause
+%% preceding clause
string(<<239, 191, X, Rest/binary>>, Handler, Acc, Stack, Config=#config{strict_utf8=false})
when X == 190; X == 191 ->
string(Rest, Handler, acc_seq(Acc, 16#fffd), Stack, Config);
diff --git a/lib/go/thrift/compact_protocol.go b/lib/go/thrift/compact_protocol.go
index 0857a7a42..ecff8145d 100644
--- a/lib/go/thrift/compact_protocol.go
+++ b/lib/go/thrift/compact_protocol.go
@@ -298,7 +298,7 @@ func (p *TCompactProtocol) WriteDouble(value float64) error {
return NewTProtocolException(err)
}
-// Write a string to the wire with a varint size preceeding.
+// Write a string to the wire with a varint size preceding.
func (p *TCompactProtocol) WriteString(value string) error {
_, e := p.writeVarint32(int32(len(value)))
if e != nil {
@@ -678,13 +678,13 @@ func (p *TCompactProtocol) fixedInt64ToBytes(n int64, buf []byte) {
binary.LittleEndian.PutUint64(buf, uint64(n))
}
-// Writes a byte without any possiblity of all that field header nonsense.
+// Writes a byte without any possibility of all that field header nonsense.
// Used internally by other writing methods that know they need to write a byte.
func (p *TCompactProtocol) writeByteDirect(b byte) error {
return p.trans.WriteByte(b)
}
-// Writes a byte without any possiblity of all that field header nonsense.
+// Writes a byte without any possibility of all that field header nonsense.
func (p *TCompactProtocol) writeIntAsByteDirect(n int) (int, error) {
return 1, p.writeByteDirect(byte(n))
}
diff --git a/lib/go/thrift/socket.go b/lib/go/thrift/socket.go
index d5af4f46b..5b3944d41 100644
--- a/lib/go/thrift/socket.go
+++ b/lib/go/thrift/socket.go
@@ -100,7 +100,7 @@ func (p *TSocket) Open() error {
return nil
}
-// Retreive the underlying net.Conn
+// Retrieve the underlying net.Conn
func (p *TSocket) Conn() net.Conn {
return p.conn
}
diff --git a/lib/go/thrift/ssl_socket.go b/lib/go/thrift/ssl_socket.go
index 943bd90d8..d28975ecf 100644
--- a/lib/go/thrift/ssl_socket.go
+++ b/lib/go/thrift/ssl_socket.go
@@ -102,7 +102,7 @@ func (p *TSSLSocket) Open() error {
return nil
}
-// Retreive the underlying net.Conn
+// Retrieve the underlying net.Conn
func (p *TSSLSocket) Conn() net.Conn {
return p.conn
}
diff --git a/lib/haxe/src/org/apache/thrift/protocol/TMultiplexedProcessor.hx b/lib/haxe/src/org/apache/thrift/protocol/TMultiplexedProcessor.hx
index 7354ff450..a4d823737 100644
--- a/lib/haxe/src/org/apache/thrift/protocol/TMultiplexedProcessor.hx
+++ b/lib/haxe/src/org/apache/thrift/protocol/TMultiplexedProcessor.hx
@@ -58,7 +58,7 @@ class TMultiplexedProcessor implements TProcessor
* Args:
* - serviceName Name of a service, has to be identical to the name
* declared in the Thrift IDL, e.g. "WeatherReport".
- * - processor Implementation of a service, ususally referred to as "handlers",
+ * - processor Implementation of a service, usually referred to as "handlers",
* e.g. WeatherReportHandler implementing WeatherReport.Iface.
*/
public function RegisterProcessor(serviceName : String, processor : TProcessor, asDefault : Bool = false) : Void {
diff --git a/lib/hs/README.md b/lib/hs/README.md
index fe525bd86..c7233f322 100755
--- a/lib/hs/README.md
+++ b/lib/hs/README.md
@@ -89,7 +89,7 @@ an interface, declare a label:
data MyIface = MyIface
and then declare it an instance of each iface class, starting with the superest
-class and proceding down (all the while defining the methods). Then pass your
+class and proceeding down (all the while defining the methods). Then pass your
label to process as the handler.
Processor
diff --git a/lib/java/src/org/apache/thrift/TMultiplexedProcessor.java b/lib/java/src/org/apache/thrift/TMultiplexedProcessor.java
index 0bf49199d..f6547acc5 100644
--- a/lib/java/src/org/apache/thrift/TMultiplexedProcessor.java
+++ b/lib/java/src/org/apache/thrift/TMultiplexedProcessor.java
@@ -60,7 +60,7 @@ public class TMultiplexedProcessor implements TProcessor {
*
* @param serviceName Name of a service, has to be identical to the name
* declared in the Thrift IDL, e.g. "WeatherReport".
- * @param processor Implementation of a service, ususally referred to
+ * @param processor Implementation of a service, usually referred to
* as "handlers", e.g. WeatherReportHandler implementing WeatherReport.Iface.
*/
public void registerProcessor(String serviceName, TProcessor processor) {
diff --git a/lib/java/test/log4j.properties b/lib/java/test/log4j.properties
index 878b2fc13..ab9bebafe 100644
--- a/lib/java/test/log4j.properties
+++ b/lib/java/test/log4j.properties
@@ -1,6 +1,6 @@
# log4j configuration used during build and unit tests
log4j.rootLogger=debug,stdout
-log4j.threshhold=ALL
+log4j.threshold=ALL
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %-5p %c{2} (%F:%M(%L)) - %m%n
diff --git a/lib/js/src/thrift.js b/lib/js/src/thrift.js
index 7a18206b3..79c921c3b 100644
--- a/lib/js/src/thrift.js
+++ b/lib/js/src/thrift.js
@@ -1220,7 +1220,7 @@ Thrift.Protocol.prototype = {
/** Returns an object with a value property set to
* False unless the next number in the protocol buffer
- * is 1, in which case teh value property is True */
+ * is 1, in which case the value property is True */
readBool: function() {
var r = this.readI32();
diff --git a/lib/js/test/test.js b/lib/js/test/test.js
index 1504f623d..59b087669 100755
--- a/lib/js/test/test.js
+++ b/lib/js/test/test.js
@@ -27,7 +27,7 @@
* Normal and jQuery interfaces. All synchronous tests belong
* here.
*
- * Asynchronous sucess callbacks passed as the last parameter
+ * Asynchronous success callbacks passed as the last parameter
* of an RPC call should be identical in both Normal and jQuery
* interfaces. Async success tests belong here.
*
diff --git a/lib/lua/Thrift.lua b/lib/lua/Thrift.lua
index 6ff8ecbc1..da5bb63d3 100644
--- a/lib/lua/Thrift.lua
+++ b/lib/lua/Thrift.lua
@@ -69,7 +69,7 @@ TMessageType = {
ONEWAY = 4
}
--- Recursive __index function to achive inheritance
+-- Recursive __index function to achieve inheritance
function __tobj_index(self, key)
local v = rawget(self, key)
if v ~= nil then
diff --git a/lib/nodejs/lib/thrift/web_server.js b/lib/nodejs/lib/thrift/web_server.js
index 5b2ebeb3e..c575c6d48 100644
--- a/lib/nodejs/lib/thrift/web_server.js
+++ b/lib/nodejs/lib/thrift/web_server.js
@@ -293,7 +293,7 @@ exports.createWebServer = function(options) {
//Setup the processor
if (svcObj.processor instanceof MultiplexedProcessor) {
- //Multiplex processors have pre embeded processor/handler pairs, save as is
+ //Multiplex processors have pre embedded processor/handler pairs, save as is
svcObj.processor = svcObj.processor;
} else {
//For historical reasons Node.js supports processors passed in directly or via the
@@ -302,7 +302,7 @@ exports.createWebServer = function(options) {
// support any of the four possibilities here.
var processor = (svcObj.processor) ? (svcObj.processor.Processor || svcObj.processor) :
(svcObj.cls.Processor || svcObj.cls);
- //Processors can be supplied as constructed objects with handlers already embeded,
+ //Processors can be supplied as constructed objects with handlers already embedded,
// if a handler is provided we construct a new processor, if not we use the processor
// object directly
if (svcObj.handler) {
@@ -505,7 +505,7 @@ exports.createWebServer = function(options) {
try {
svc = services[Object.keys(services)[0]];
} catch(e) {
- socket.write("HTTP/1.1 403 No Apache Thrift Service availible\r\n\r\n");
+ socket.write("HTTP/1.1 403 No Apache Thrift Service available\r\n\r\n");
return;
}
//Perform upgrade
diff --git a/lib/ocaml/README-OCamlMakefile b/lib/ocaml/README-OCamlMakefile
index 0a97c64ff..57ef0197a 100644
--- a/lib/ocaml/README-OCamlMakefile
+++ b/lib/ocaml/README-OCamlMakefile
@@ -200,7 +200,7 @@ with C-files:
of your library using "-noautolink" and add another linkflag that
links in your C-library explicitly.
-What concerns maintainance:
+What concerns maintenance:
"make clean" removes all (all!) automatically generated files - so
again: make sure your variables are ok!
diff --git a/lib/perl/README.md b/lib/perl/README.md
index 691488b47..c48ce2591 100644
--- a/lib/perl/README.md
+++ b/lib/perl/README.md
@@ -28,7 +28,7 @@ Thrift requires Perl >= 5.6.0
Exceptions are thrown with die so be sure to wrap eval{} statments
around any code that contains exceptions.
-The 64bit Integers work only upto 2^42 on my machine :-?
+The 64bit Integers work only up to 2^42 on my machine :-?
Math::BigInt is probably needed.
Please see tutoral and test dirs for examples...
diff --git a/lib/php/lib/Thrift/TMultiplexedProcessor.php b/lib/php/lib/Thrift/TMultiplexedProcessor.php
index 02b8321b5..138f95bc4 100644
--- a/lib/php/lib/Thrift/TMultiplexedProcessor.php
+++ b/lib/php/lib/Thrift/TMultiplexedProcessor.php
@@ -61,7 +61,7 @@ class TMultiplexedProcessor
*
* @param serviceName Name of a service, has to be identical to the name
* declared in the Thrift IDL, e.g. "WeatherReport".
- * @param processor Implementation of a service, ususally referred to
+ * @param processor Implementation of a service, usually referred to
* as "handlers", e.g. WeatherReportHandler implementing WeatherReport.Iface.
*/
public function registerProcessor($serviceName, $processor)
diff --git a/lib/py/setup.py b/lib/py/setup.py
index bd177b337..7e0a96464 100644
--- a/lib/py/setup.py
+++ b/lib/py/setup.py
@@ -102,7 +102,7 @@ try:
except BuildFailed:
print()
print('*' * 80)
- print("An error occured while trying to compile with the C extension enabled")
+ print("An error occurred while trying to compile with the C extension enabled")
print("Attempting to build without the extension now")
print('*' * 80)
print()
diff --git a/lib/py/src/protocol/fastbinary.c b/lib/py/src/protocol/fastbinary.c
index 2ce56603c..4133e9829 100644
--- a/lib/py/src/protocol/fastbinary.c
+++ b/lib/py/src/protocol/fastbinary.c
@@ -332,7 +332,7 @@ static void writeDouble(PyObject* outbuf, double dub) {
}
-/* --- MAIN RECURSIVE OUTPUT FUCNTION -- */
+/* --- MAIN RECURSIVE OUTPUT FUNCTION -- */
static int
output_val(PyObject* output, PyObject* value, TType type, PyObject* typeargs) {
@@ -936,7 +936,7 @@ decode_struct(DecodeBuffer* input, PyObject* output, PyObject* spec_seq) {
}
-/* --- MAIN RECURSIVE INPUT FUCNTION --- */
+/* --- MAIN RECURSIVE INPUT FUNCTION --- */
// Returns a new reference.
static PyObject*
diff --git a/lib/py/src/server/TNonblockingServer.py b/lib/py/src/server/TNonblockingServer.py
index 4a035b6f8..39486cdcc 100644
--- a/lib/py/src/server/TNonblockingServer.py
+++ b/lib/py/src/server/TNonblockingServer.py
@@ -261,7 +261,7 @@ class TNonblockingServer:
def wake_up(self):
"""Wake up main thread.
- The server usualy waits in select call in we should terminate one.
+ The server usually waits in select call in we should terminate one.
The simplest way is using socketpair.
Select always wait to read from the first socket of socketpair.
diff --git a/lib/ts/thrift.d.ts b/lib/ts/thrift.d.ts
index 470adfe90..25ee5b0a1 100644
--- a/lib/ts/thrift.d.ts
+++ b/lib/ts/thrift.d.ts
@@ -219,7 +219,7 @@ declare module Thrift {
* Creates a jQuery XHR object to be used for a Thrift server call.
* @param {object} client - The Thrift Service client object generated by the IDL compiler.
* @param {object} postData - The message to send to the server.
- * @param {function} args - The function to call if the request suceeds.
+ * @param {function} args - The function to call if the request succeeds.
* @param {function} recv_method - The Thrift Service Client receive method for the call.
* @returns {object} A new jQuery XHR object.
*/