]> git.0d.be Git - empathy.git/commitdiff
Fix a typo in a comment
authorXavier Claessens <xclaesse@gmail.com>
Thu, 17 Jul 2008 09:18:37 +0000 (11:18 +0200)
committerXavier Claessens <xclaesse@gmail.com>
Thu, 11 Jun 2009 16:06:29 +0000 (18:06 +0200)
libempathy-gtk/empathy-theme-adium.c

index 532e2b0021553c3ba3926994b40bb9d8019751cb..6ce0cc509c635c9acf497e66841757e73ea5fcb7 100644 (file)
@@ -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, '%'))) {