From 9888e1fb39de08ecba3035c3a47fa90a659c8e07 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 26 Oct 2019 22:12:28 -0400 Subject: [PATCH] spelling: stopping --- pwnagotchi/plugins/default/bt-tether.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwnagotchi/plugins/default/bt-tether.py b/pwnagotchi/plugins/default/bt-tether.py index dbbcebe1..509519cd 100644 --- a/pwnagotchi/plugins/default/bt-tether.py +++ b/pwnagotchi/plugins/default/bt-tether.py @@ -236,7 +236,7 @@ class BTNap: timeout -= 1 try: - logging.debug("BT-TETHER: Stoping Discovery ...") + logging.debug("BT-TETHER: Stopping Discovery ...") bt_dev.StopDiscovery() except Exception as bt_ex: logging.error(bt_ex)