Skip to content

Commit

Permalink
Fixed a small typo in bt-tether
Browse files Browse the repository at this point in the history
  • Loading branch information
luclu7 authored Nov 12, 2019
1 parent 19abc17 commit 0f3d9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnagotchi/plugins/default/bt-tether.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def on_loaded(self):
logging.error("BT-TETHER: Can't start bluetooth.service")
return

logging.info("BT-TETHER: Sussessfully loaded ...")
logging.info("BT-TETHER: Successfully loaded ...")
self.ready = True

def on_ui_setup(self, ui):
Expand Down

0 comments on commit 0f3d9db

Please sign in to comment.