From: <dat...@us...> - 2006-09-18 15:07:17
|
Revision: 17310 http://svn.sourceforge.net/gaim/?rev=17310&view=rev Author: datallah Date: 2006-09-18 08:07:10 -0700 (Mon, 18 Sep 2006) Log Message: ----------- fix tyop Modified Paths: -------------- trunk/libgaim/util.c Modified: trunk/libgaim/util.c =================================================================== --- trunk/libgaim/util.c 2006-09-18 06:20:36 UTC (rev 17309) +++ trunk/libgaim/util.c 2006-09-18 15:07:10 UTC (rev 17310) @@ -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); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |