Skip to content

Commit

Permalink
chore: update spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Feb 10, 2025
1 parent 740fce2 commit ad4f159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/cli/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,15 @@ func NewCmdSoftwareUpgrade() *cobra.Command {
return cmd
}

// NewCmdCancelSoftwareUpgrade is a helper for cancelling the currently scheduled software upgrade.
// NewCmdCancelSoftwareUpgrade is a helper for canceling the currently scheduled software upgrade.
//
// This command has been adapted from the Cosmos SDK implementation.
// https://github.com/cosmos/cosmos-sdk/blob/x/upgrade/v0.1.4/x/upgrade/client/cli/tx.go#L135-L182
func NewCmdCancelSoftwareUpgrade() *cobra.Command {
cmd := &cobra.Command{
Use: "cancel-software-upgrade [flags]",
Args: cobra.NoArgs,
Short: "Helper for cancelling the currently scheduled software upgrade",
Short: "Helper for canceling the currently scheduled software upgrade",
RunE: func(cmd *cobra.Command, args []string) error {
clientCtx, err := client.GetClientTxContext(cmd)
if err != nil {
Expand Down

0 comments on commit ad4f159

Please sign in to comment.