From e359aefc53603d4c9897869fc7e690231a6ac894 Mon Sep 17 00:00:00 2001 From: PaddyMc Date: Wed, 12 Jun 2024 01:44:16 +0100 Subject: [PATCH] chore: fix spelling --- x/smart-account/keeper/keeper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x/smart-account/keeper/keeper.go b/x/smart-account/keeper/keeper.go index c0f56e39f71..c2914549b56 100644 --- a/x/smart-account/keeper/keeper.go +++ b/x/smart-account/keeper/keeper.go @@ -106,7 +106,7 @@ func (k Keeper) GetSelectedAuthenticatorData( } // GetInitializedAuthenticatorForAccount returns a single initialized authenticator for the account. -// It fetchs the authenticator data from the store, gets the authenticator struct from the manager, then calls initialize on the authenticator data +// It fetches the authenticator data from the store, gets the authenticator struct from the manager, then calls initialize on the authenticator data func (k Keeper) GetInitializedAuthenticatorForAccount( ctx sdk.Context, account sdk.AccAddress,