summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Wojniak <kainjow@users.noreply.github.com>2021-10-06 11:43:56 -0700
committerJens Geyer <Jens-G@users.noreply.github.com>2021-10-18 22:10:16 +0200
commit6a7278b9db78777f146b09fdfe42eb342faec171 (patch)
treedd1b825645647c776b7c5f5776b117d1caa0de14
parent50dd262f282dfaf3847b61b433dcbfea6d20ac4f (diff)
downloadthrift-6a7278b9db78777f146b09fdfe42eb342faec171.tar.gz
Fix `processing` typo in TSocketServer.swift
-rw-r--r--lib/swift/Sources/TSocketServer.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/swift/Sources/TSocketServer.swift b/lib/swift/Sources/TSocketServer.swift
index d70020ec3..7debe9fa9 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