Skip to content

Commit

Permalink
Update tools/tcat_ble_client/cli/base_commands.py
Browse files Browse the repository at this point in the history
Co-authored-by: Maciej Baczmański <[email protected]>
  • Loading branch information
canisLupus1313 and maciejbaczmanski authored Aug 1, 2024
1 parent ad546a3 commit 868e673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tcat_ble_client/cli/base_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ async def execute_default(self, args, context):
class ThreadStartCommand(BleCommand):

def get_log_string(self) -> str:
return 'nabling Thread...'
return 'Enabling Thread...'

def get_help_string(self) -> str:
return 'Enable thread interface.'
Expand Down

0 comments on commit 868e673

Please sign in to comment.