File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
1010public 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
You can’t perform that action at this time.
0 commit comments