Skip to content

Commit 6a7278b

Browse files
kainjowJens-G
authored andcommitted
Fix processing typo in TSocketServer.swift
1 parent 50dd262 commit 6a7278b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/swift/Sources/TSocketServer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ open class TSocketServer<InProtocol: TProtocol, OutProtocol: TProtocol, Processo
140140
try processor.process(on: inProtocol, outProtocol: outProtocol)
141141
}
142142
} catch let error {
143-
print("Error processign request: \(error)")
143+
print("Error processing request: \(error)")
144144
}
145145
DispatchQueue.main.async {
146146
NotificationCenter.default

0 commit comments

Comments
 (0)