diff options
-rw-r--r-- | libempathy-gtk/empathy-chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-chat.c b/libempathy-gtk/empathy-chat.c index 36455f3d9..a200dc181 100644 --- a/libempathy-gtk/empathy-chat.c +++ b/libempathy-gtk/empathy-chat.c @@ -99,7 +99,7 @@ struct _EmpathyChatPriv { gulong delete_range_id; gulong notify_cursor_position_id; - /* Source func ID for update_misspelled_words() */ + /* Source func ID for update_misspelled_words () */ guint update_misspelled_words_id; GtkWidget *widget; |