Fixed a small typo in bt-tether

This commit is contained in:
Luclu7 2019-11-12 11:46:04 +01:00 committed by GitHub
parent 19abc17816
commit 0f3d9db01d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -461,7 +461,7 @@ class BTTether(plugins.Plugin):
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):