Skip to content

Commit 03406f1

Browse files
author
Jan Sternagel
committed
fix spelling
1 parent d4a1a1e commit 03406f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/beta/kms/key/restore/restore.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ type inputModel struct {
3434
func NewCmd(params *params.CmdParams) *cobra.Command {
3535
cmd := &cobra.Command{
3636
Use: "restore",
37-
Short: "Resotre a key",
37+
Short: "Restore a key",
3838
Long: "Restores the given key from being deleted.",
3939
Args: args.NoArgs,
4040
Example: examples.Build(

0 commit comments

Comments
 (0)