changeset 14662:61a4a2dc491e

[gaim-migrate @ 17408] I'm pretty sure this is what was meant here, and no this doesn't indicate a general level of boredom. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Sat, 30 Sep 2006 08:24:17 +0000
parents 477a2d0ad133
children 587268c9c6d7
files libgaim/account.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libgaim/account.c	Sat Sep 30 03:49:00 2006 +0000
+++ b/libgaim/account.c	Sat Sep 30 08:24:17 2006 +0000
@@ -1354,7 +1354,7 @@
 {
 	g_return_if_fail(account != NULL);
 
-	/* Old with the old... */
+	/* Out with the old... */
 	if (account->status_types != NULL)
 	{
 		g_list_foreach(account->status_types, (GFunc)gaim_status_type_destroy, NULL);