From 537519dea67cabb6737dd917bd737a2cb0431f37 Mon Sep 17 00:00:00 2001
From: dadav <33197631+dadav@users.noreply.github.com>
Date: Mon, 4 Nov 2019 17:44:53 +0100
Subject: [PATCH] Fix typo

---
 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 7300cbc..9710194 100644
--- a/pwnagotchi/plugins/default/bt-tether.py
+++ b/pwnagotchi/plugins/default/bt-tether.py
@@ -434,7 +434,7 @@ class BTTether(plugins.Plugin):
                                        'max_tries', 'share_internet', 'mac', 'ip',
                                        'netmask', 'interval']:
                         if device_opt not in options or (device_opt in options and options[device_opt] is None):
-                            logging.error("BT-TET: Pleace specify the %s for device %s.",
+                            logging.error("BT-TET: Please specify the %s for device %s.",
                                           device_opt, device)
                             break
                     else: