Skip to content
Snippets Groups Projects
Commit 42953fb1 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Fix typo

parent 32d3c3cd
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,7 @@ def _on_conv_textview_key_press_event(self, textview, event):
if textview.get_buffer().props.has_selection:
return Gdk.EVENT_PROPAGATE
# Focus the Messsage Input and resend the event
# Focus the Message Input and resend the event
textview.unselect()
self.msg_textview.grab_focus()
self.msg_textview.get_toplevel().propagate_key_event(event)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment