Fix a typo

Sat, 17 May 2014 15:39:28 +0200

author
Tomasz Wasilczyk <twasilczyk@pidgin.im>
date
Sat, 17 May 2014 15:39:28 +0200
changeset 36052
13c42d85fc7b
parent 36051
f06dab8296be
child 36053
4eeb75c4ed61

Fix a typo

pidgin/plugins/gevolution/gevolution.c file | annotate | diff | comparison | revisions
--- a/pidgin/plugins/gevolution/gevolution.c	Sat May 17 15:35:35 2014 +0200
+++ b/pidgin/plugins/gevolution/gevolution.c	Sat May 17 15:39:28 2014 +0200
@@ -246,7 +246,7 @@
 
 			if (!g_spawn_command_line_async(command_line, NULL)) {
 				purple_debug_error("gevolution",
-					"Failed executing mailto command"):
+					"Failed executing mailto command");
 			}
 			g_free(command_line);
 			g_free(quoted);

mercurial