From 0ce28c0b0d87cb199ef790a9acc1ba25e64e2e84 Mon Sep 17 00:00:00 2001 From: linkmauve Date: Wed, 10 Jan 2018 15:12:54 +0100 Subject: Fix typos in comments and variable names (#269) Thanks `codespell`! --- main/src/ui/conversation_summary/message_textview.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/src/ui/conversation_summary/message_textview.vala') diff --git a/main/src/ui/conversation_summary/message_textview.vala b/main/src/ui/conversation_summary/message_textview.vala index 1175d3ad..9fe3b60b 100644 --- a/main/src/ui/conversation_summary/message_textview.vala +++ b/main/src/ui/conversation_summary/message_textview.vala @@ -117,7 +117,7 @@ public class MessageTextView : TextView { try{ AppInfo.launch_default_for_uri(url, null); } catch (Error err) { - print("Tryed to open " + url); + print("Tried to open " + url); } } return false; -- cgit v1.2.3-70-g09d2