# HG changeset patch # User Rob Flynn # Date 988154620 0 # Node ID c39cc2b4422654504de98a629cb39da9ff54653d # Parent 46dd3cdefd70319aa428bb2582a9e352ad92589d [gaim-migrate @ 1755] This was bugging me and I dont know why committer: Tailor Script diff -r 46dd3cdefd70 -r c39cc2b44226 src/plugins.c --- a/src/plugins.c Tue Apr 24 00:58:58 2001 +0000 +++ b/src/plugins.c Tue Apr 24 23:23:40 2001 +0000 @@ -26,6 +26,8 @@ * Well, I didn't see any work done on it for a while, so I'm going to try * my hand at it. - Eric warmenhoven@yahoo.com * + * Mike is my roomate. I can assure you that he's lazy :-P -- Rob rob@marko.net + * */ #ifdef HAVE_CONFIG_H @@ -618,7 +620,7 @@ sprintf(buf, "event_quit"); break; case event_new_conversation: - sprintf(buf, "event_new_conversaion"); + sprintf(buf, "event_new_conversation"); break; default: sprintf(buf, "event_unknown");