From 93484c3426b7aeaaa981eb41879c683f35da7f6e Mon Sep 17 00:00:00 2001 From: GoodDaisy <90915921+GoodDaisy@users.noreply.github.com> Date: Fri, 19 Jan 2024 08:54:56 +0800 Subject: [PATCH] [FIX] Fix typo for comment --- web3swift/src/SIWE/SiweVerifier.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web3swift/src/SIWE/SiweVerifier.swift b/web3swift/src/SIWE/SiweVerifier.swift index 32e90fc3..551c5766 100644 --- a/web3swift/src/SIWE/SiweVerifier.swift +++ b/web3swift/src/SIWE/SiweVerifier.swift @@ -8,7 +8,7 @@ import Foundation /// An object which will verify if a given `SiweMessage` and signature match with the EVM address provided public class SiweVerifier { - /// Errors thrown when verifing a given message against a signature + /// Errors thrown when verifying a given message against a signature public enum Error: Swift.Error { /// The provided message is from a different network than the client's. case differentNetwork