Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
CecileRobertMichon committed Jan 16, 2018
1 parent e047c5c commit 03742ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/azure/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (a *Account) CreateGroup(name, location string) error {
return nil
}

// DeleteGroup delets a given resource group by name
// DeleteGroup deletes a given resource group by name
func (a *Account) DeleteGroup(name string, wait bool) error {
var out []byte
var err error
Expand Down

0 comments on commit 03742ae

Please sign in to comment.