[empathy] Fix a typo in a comment



commit 3f4ba63033de82d2bb1193f330177e428ea55126
Author: Xavier Claessens <xclaesse gmail com>
Date:   Thu Jul 17 11:18:37 2008 +0200

    Fix a typo in a comment

 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 532e2b0..6ce0cc5 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, '%'))) {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]