diff options
Diffstat (limited to 'libempathy-gtk/empathy-theme-adium.c')
-rw-r--r-- | libempathy-gtk/empathy-theme-adium.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-theme-adium.c b/libempathy-gtk/empathy-theme-adium.c index 532e2b002..6ce0cc509 100644 --- a/libempathy-gtk/empathy-theme-adium.c +++ b/libempathy-gtk/empathy-theme-adium.c @@ -288,7 +288,7 @@ theme_adium_append_message (EmpathyChatView *view, } } - /* Make some search-and-replece in the html code */ + /* Make some search-and-replace in the html code */ prev = cur; string = g_string_sized_new (len + strlen (body)); while ((cur = strchr (cur, '%'))) { |