aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-chat.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-13 21:27:16 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-09-13 21:27:16 +0800
commit562666b74b8f6d863dd6c4970fd7bea3e9d899d6 (patch)
treee955150515684e1b0bb0754e13b723f01e987860 /libempathy-gtk/empathy-chat.c
parent72433c26360feadfdae1cbd1327375abd438c0eb (diff)
downloadgsoc2013-empathy-562666b74b8f6d863dd6c4970fd7bea3e9d899d6.tar
gsoc2013-empathy-562666b74b8f6d863dd6c4970fd7bea3e9d899d6.tar.gz
gsoc2013-empathy-562666b74b8f6d863dd6c4970fd7bea3e9d899d6.tar.bz2
gsoc2013-empathy-562666b74b8f6d863dd6c4970fd7bea3e9d899d6.tar.lz
gsoc2013-empathy-562666b74b8f6d863dd6c4970fd7bea3e9d899d6.tar.xz
gsoc2013-empathy-562666b74b8f6d863dd6c4970fd7bea3e9d899d6.tar.zst
gsoc2013-empathy-562666b74b8f6d863dd6c4970fd7bea3e9d899d6.zip
coding style fix
Diffstat (limited to 'libempathy-gtk/empathy-chat.c')
-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 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;