From 0eb8e1829e0ab3228fdd57320f9af2389ac4a56d Mon Sep 17 00:00:00 2001
From: Ben Lebherz <benleb@users.noreply.github.com>
Date: Tue, 12 Nov 2019 07:40:48 +0100
Subject: [PATCH] shift word

---
 pwnagotchi/plugins/default/gps.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pwnagotchi/plugins/default/gps.py b/pwnagotchi/plugins/default/gps.py
index 3d7d38f..d188635 100644
--- a/pwnagotchi/plugins/default/gps.py
+++ b/pwnagotchi/plugins/default/gps.py
@@ -18,7 +18,7 @@ class GPS(plugins.Plugin):
 
     def on_ready(self, agent):
         if os.path.exists(self.options['device']):
-            logging.info("enabling gps bettercap's module for %s" % self.options['device'])
+            logging.info("enabling bettercap's gps module for %s" % self.options['device'])
             try:
                 agent.run('gps off')
             except: