# HG changeset patch # User Daniel Atallah # Date 1158592030 0 # Node ID 089e65ea9813c50ddad45b5454fe41c620c7b862 # Parent bcf89a7c69db59a99a23e470cd4cf4751e954add [gaim-migrate @ 17310] fix tyop committer: Tailor Script diff -r bcf89a7c69db -r 089e65ea9813 libgaim/util.c --- 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);