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: