Skip to content

Commit

Permalink
chore: fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddyMc committed Jun 12, 2024
1 parent 60dd767 commit e359aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/smart-account/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit e359aef

Please sign in to comment.