Skip to content

Commit 6885dac

Browse files
committed
Fix typo "respresents"
Signed-off-by: Takeshi Arabiki <takeshi.arabiki@datachain.jp>
1 parent d504bd1 commit 6885dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chains/tendermint/cmd/keys.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func keysCmd(ctx *config.Context) *cobra.Command {
2929
return cmd
3030
}
3131

32-
// keysAddCmd respresents the `keys add` command
32+
// keysAddCmd represents the `keys add` command
3333
func keysAddCmd(ctx *config.Context) *cobra.Command {
3434
cmd := &cobra.Command{
3535
Use: "add [chain-id] [[name]]",

0 commit comments

Comments
 (0)