diff --git a/matrix_commander/matrix_commander.py b/matrix_commander/matrix_commander.py index 05b74ba..e2361a8 100755 --- a/matrix_commander/matrix_commander.py +++ b/matrix_commander/matrix_commander.py @@ -6603,7 +6603,7 @@ async def action_verify_emoji() -> None: # Start a new key verification process with the given device. # Parameters: device (OlmDevice) – The device which we would like to verify # Return type: ToDeviceMessage - # Returns a ToDeviceMessage that should be sent to to the homeserver. + # Returns a ToDeviceMessage that should be sent to the homeserver. # # async to_device(message, tx_id=None)[source] # Send a to-device message. @@ -6653,7 +6653,7 @@ async def action_verify_emoji() -> None: ) else: gs.log.debug( - f"A verification reqest was sent to user {recipient} " + f"A verification request was sent to user {recipient} " f"on device {recipient_device} with transaction_id {txid}." )