Skip to content

Commit 5b04aff

Browse files
jschooneJan Schoone
andauthored
fix(error_msg): typo in destroy network error msg (#955)
Co-authored-by: Jan Schoone <[email protected]>
1 parent e5bec5d commit 5b04aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libvirt/resource_libvirt_network.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ func resourceLibvirtNetworkDelete(d *schema.ResourceData, meta interface{}) erro
644644

645645
network, err := virConn.NetworkLookupByUUID(uuid)
646646
if err != nil {
647-
return fmt.Errorf("ehen destroying libvirt network: error retrieving %s", err)
647+
return fmt.Errorf("when destroying libvirt network: error retrieving %s", err)
648648
}
649649

650650
activeInt, err := virConn.NetworkIsActive(network)

0 commit comments

Comments
 (0)