Skip to content

Commit 438bc82

Browse files
committed
[FIX] Fix typo for log
1 parent 34404d2 commit 438bc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web3swift/src/Client/NetworkProviders/WebSocketNetworkProvider.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
resources.toggleForcedClosed(closed: true)
226226
try webSocket?.close(code: code).wait()
227227
} catch {
228-
logger.warning("Clossing WebSocket failed: \(error)")
228+
logger.warning("Closing WebSocket failed: \(error)")
229229
}
230230
}
231231

0 commit comments

Comments
 (0)