diff --git a/pwnagotchi/plugins/default/unfiltered_example.py b/pwnagotchi/plugins/default/unfiltered_example.py index c883b7c..9fe1e49 100644 --- a/pwnagotchi/plugins/default/unfiltered_example.py +++ b/pwnagotchi/plugins/default/unfiltered_example.py @@ -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: