diff libgaim/util.c @ 14586:089e65ea9813

[gaim-migrate @ 17310] fix tyop committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 18 Sep 2006 15:07:10 +0000
parents 646dcf11b4eb
children e0a93e6fa98b
line wrap: on
line diff
--- a/libgaim/util.c	Mon Sep 18 06:20:36 2006 +0000
+++ b/libgaim/util.c	Mon Sep 18 15:07:10 2006 +0000
@@ -2413,7 +2413,7 @@
 			gchar *filename_temp;
 
 			filename_temp = g_strdup_printf("%s~", filename);
-			gaim_debug_error("util", "Error parsing file %s.  Rrenaming old "
+			gaim_debug_error("util", "Error parsing file %s.  Renaming old "
 							 "file to %s\n", filename_full, filename_temp);
 			gaim_util_write_data_to_file(filename_temp, contents, length);
 			g_free(filename_temp);