changeset 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 bcf89a7c69db
children bee5661c15cb
files libgaim/util.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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);