Skip to content

Commit

Permalink
Fix processing typo in TSocketServer.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
kainjow authored and Jens-G committed Oct 18, 2021
1 parent 50dd262 commit 6a7278b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/swift/Sources/TSocketServer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a7278b

Please sign in to comment.