Mercurial > pidgin.yaz
diff src/plugins.c @ 1745:c39cc2b44226
[gaim-migrate @ 1755]
This was bugging me and I dont know why
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Tue, 24 Apr 2001 23:23:40 +0000 |
| parents | 560b3117aedf |
| children | 5bfc58c20e82 |
line wrap: on
line diff
--- 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");
