aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-theme-adium.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2008-07-17 17:18:37 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-06-12 00:06:29 +0800
commit3f4ba63033de82d2bb1193f330177e428ea55126 (patch)
tree1f378ec44a03c0076e59a2abee6a99a0822dbdb2 /libempathy-gtk/empathy-theme-adium.c
parent6c25442a2d2d54b53fa034fa592351bef0b2965a (diff)
downloadgsoc2013-empathy-3f4ba63033de82d2bb1193f330177e428ea55126.tar
gsoc2013-empathy-3f4ba63033de82d2bb1193f330177e428ea55126.tar.gz
gsoc2013-empathy-3f4ba63033de82d2bb1193f330177e428ea55126.tar.bz2
gsoc2013-empathy-3f4ba63033de82d2bb1193f330177e428ea55126.tar.lz
gsoc2013-empathy-3f4ba63033de82d2bb1193f330177e428ea55126.tar.xz
gsoc2013-empathy-3f4ba63033de82d2bb1193f330177e428ea55126.tar.zst
gsoc2013-empathy-3f4ba63033de82d2bb1193f330177e428ea55126.zip
Fix a typo in a comment
Diffstat (limited to 'libempathy-gtk/empathy-theme-adium.c')
-rw-r--r--libempathy-gtk/empathy-theme-adium.c2
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, '%'))) {