Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhenriks committed Oct 22, 2018
1 parent 5902c0f commit 2fdbba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/virtctl/imageupload/imageupload.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func init() {
SetDefaultHTTPClientCreator()
}

// NewImageUploadCommand returns a comra.Command for handling the the uploading of VM images
// NewImageUploadCommand returns a cobra.Command for handling the the uploading of VM images
func NewImageUploadCommand(clientConfig clientcmd.ClientConfig) *cobra.Command {
cmd := &cobra.Command{
Use: "image-upload",
Expand Down

0 comments on commit 2fdbba6

Please sign in to comment.