Skip to content

Commit

Permalink
spelling: firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Mar 13, 2018
1 parent 041a115 commit 466f0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/cloudstack/step_configure_networking.go
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ func (s *stepSetupNetworking) Cleanup(state multistep.StateBag) {
// Create a new parameter struct.
p := client.Firewall.NewDeleteFirewallRuleParams(fwRuleID)

ui.Message("Deleting firewal rule...")
ui.Message("Deleting firewall rule...")
if _, err := client.Firewall.DeleteFirewallRule(p); err != nil {
// This is a very poor way to be told the ID does no longer exist :(
if !strings.Contains(err.Error(), fmt.Sprintf(
Expand Down

0 comments on commit 466f0d2

Please sign in to comment.