lib/vagrant-libvirt/action/destroy_networks.rb in vagrant-libvirt-0.9.0 vs lib/vagrant-libvirt/action/destroy_networks.rb in vagrant-libvirt-0.10.0
- old
+ new
@@ -48,10 +48,10 @@
rescue Libvirt::RetrieveError => e
# this network is already destroyed, so move on
if e.libvirt_code == ProviderLibvirt::Util::ErrorCodes::VIR_ERR_NO_NETWORK
@logger.info 'It is already undefined'
next
- # some other error occured, so raise it again
+ # some other error occurred, so raise it again
else
raise e
end
end