diff --git a/pwnagotchi/plugins/default/bt-tether.py b/pwnagotchi/plugins/default/bt-tether.py index 2a7e595..dbbcebe 100644 --- a/pwnagotchi/plugins/default/bt-tether.py +++ b/pwnagotchi/plugins/default/bt-tether.py @@ -423,7 +423,7 @@ def on_loaded(): for opt in ['share_internet', 'mac', 'ip', 'netmask', 'interval']: if opt not in OPTIONS or (opt in OPTIONS and OPTIONS[opt] is None): - logging.error("BT-TET: Pleace specify the %s in your config.yml.", opt) + logging.error("BT-TET: Please specify the %s in your config.yml.", opt) return # ensure bluetooth is running