1
0
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:
mcmanuss8
2019-07-10 00:09:46 -04:00
committed by Matt Griswold
parent 29e5433f0c
commit e517abb02a

View File

@@ -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()