From b74b8e089dc0f23e74cda9cb6803bd84eec17f68 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Sat, 9 May 2020 14:09:28 +0100 Subject: [PATCH] fix(commands.py): fix minor typo `diconnected` => `disconnected` --- matrix/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix/commands.py b/matrix/commands.py index 0e0ed2d..94d1235 100644 --- a/matrix/commands.py +++ b/matrix/commands.py @@ -1823,7 +1823,7 @@ def matrix_send_anyways_cb(data, buffer, args): room_buffer = server.find_room_from_ptr(buffer) if not server.connected: - room_buffer.error("Server is diconnected") + room_buffer.error("Server is disconnected") break if not server.client.logged_in: