From ecfc5f90633cb6e49ea3d7f96ef337e664d7832d Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 26 Oct 2019 22:09:19 -0400 Subject: [PATCH] spelling: occurred --- pwnagotchi/plugins/default/unfiltered_example.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/plugins/default/unfiltered_example.py b/pwnagotchi/plugins/default/unfiltered_example.py index c883b7c0..9fe1e496 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: