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,