aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libempathy-gtk/empathy-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c
index 81350220b..8a17189ee 100644
--- a/libempathy-gtk/empathy-chat.c
+++ b/libempathy-gtk/empathy-chat.c
@@ -158,7 +158,7 @@ struct _EmpathyChatPriv {
GdkEventType most_recent_event_type;
/* A regex matching our own current nickname in the room, or %NULL if
- * !empathy_chat_is_room(). */
+ * !empathy_chat_is_room (). */
GRegex *highlight_regex;
};