From e432d3a5cff0f8801a186c6f21f2878f333eec12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Mon, 3 Nov 2025 23:43:25 +0100 Subject: [PATCH 1/2] typo in "request" --- matrix_commander/matrix_commander.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix_commander/matrix_commander.py b/matrix_commander/matrix_commander.py index 05b74ba..dadd787 100755 --- a/matrix_commander/matrix_commander.py +++ b/matrix_commander/matrix_commander.py @@ -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}." ) From fb7a4d5d776556fc931142e8958888d1883bd14b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Gonz=C3=A1lez?= Date: Mon, 3 Nov 2025 23:49:07 +0100 Subject: [PATCH 2/2] type: double "to" --- matrix_commander/matrix_commander.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix_commander/matrix_commander.py b/matrix_commander/matrix_commander.py index dadd787..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.