diff --git a/cmd/wallets/credit.go b/cmd/wallets/credit.go index b2db8436..910e9018 100644 --- a/cmd/wallets/credit.go +++ b/cmd/wallets/credit.go @@ -75,7 +75,7 @@ func (c *CreditWalletController) Run(cmd *cobra.Command, args []string) (fctl.Re if err != nil { return nil, err } - if !fctl.CheckStackApprobation(cmd, "You are about to credit a wallets") { + if !fctl.CheckStackApprobation(cmd, "You are about to credit a wallet") { return nil, fctl.ErrMissingApproval } diff --git a/cmd/wallets/debit.go b/cmd/wallets/debit.go index 7091ef5f..b13634e3 100644 --- a/cmd/wallets/debit.go +++ b/cmd/wallets/debit.go @@ -86,7 +86,7 @@ func (c *DebitWalletController) Run(cmd *cobra.Command, args []string) (fctl.Ren return nil, err } - if !fctl.CheckStackApprobation(cmd, "You are about to debit a wallets") { + if !fctl.CheckStackApprobation(cmd, "You are about to debit a wallet") { return nil, fctl.ErrMissingApproval }