spelling: occurred

This commit is contained in:
Josh Soref 2019-10-26 22:09:19 -04:00
parent 1c2ff20ab4
commit ecfc5f9063

@ -13,7 +13,7 @@ OPTIONS = dict()
def on_loaded():
logging.warning("%s plugin loaded" % __name__)
# called when AP list is ready, before whitelist filtering has occured
# called when AP list is ready, before whitelist filtering has occurred
def on_unfiltered_ap_list(agent,aps):
logging.info("Unfiltered AP list to follow")
for ap in aps: