mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
Fix typo "upates" => "updates" (#522)
* Fix typo. "upates" => "updates"
This commit is contained in:
@@ -191,7 +191,7 @@ class Importer(object):
|
||||
if not netixlan.network.allow_ixp_update:
|
||||
self.log_peer(netixlan.asn, "delete",
|
||||
_("At least one ipaddress mismatched and "\
|
||||
"network has disabled upates"), netixlan)
|
||||
"network has disabled updates"), netixlan)
|
||||
self.netixlans_deleted.append(netixlan)
|
||||
if self.save:
|
||||
netixlan.delete()
|
||||
|
Reference in New Issue
Block a user