Skip to content

Commit 9087f09

Browse files
authored
Merge pull request #358 from GoodDaisy/develop
Fix typos
2 parents 48fed0c + 93484c3 commit 9087f09

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

web3swift/src/SIWE/SiweVerifier.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import Foundation
88

99
/// An object which will verify if a given `SiweMessage` and signature match with the EVM address provided
1010
public class SiweVerifier {
11-
/// Errors thrown when verifing a given message against a signature
11+
/// Errors thrown when verifying a given message against a signature
1212
public enum Error: Swift.Error {
1313
/// The provided message is from a different network than the client's.
1414
case differentNetwork

0 commit comments

Comments
 (0)