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 6a7278b Fix `processing` typo in TSocketServer.swift
6a7278b is described below
commit 6a7278b9db78777f146b09fdfe42eb342faec171
Author: Kevin Wojniak <[email protected]>
AuthorDate: Wed Oct 6 11:43:56 2021 -0700
Fix `processing` typo in TSocketServer.swift
---
lib/swift/Sources/TSocketServer.swift | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/swift/Sources/TSocketServer.swift
b/lib/swift/Sources/TSocketServer.swift
index d70020e..7debe9f 100644
--- a/lib/swift/Sources/TSocketServer.swift
+++ b/lib/swift/Sources/TSocketServer.swift
@@ -140,7 +140,7 @@ open class TSocketServer<InProtocol: TProtocol,
OutProtocol: TProtocol, Processo
try processor.process(on: inProtocol, outProtocol: outProtocol)
}
} catch let error {
- print("Error processign request: \(error)")
+ print("Error processing request: \(error)")
}
DispatchQueue.main.async {
NotificationCenter.default