From: <the...@us...> - 2006-11-08 10:22:15
|
Revision: 17706 http://svn.sourceforge.net/gaim/?rev=17706&view=rev Author: thekingant Date: 2006-11-08 02:22:00 -0800 (Wed, 08 Nov 2006) Log Message: ----------- I'm tired Modified Paths: -------------- trunk/libgaim/protocols/irc/parse.c Modified: trunk/libgaim/protocols/irc/parse.c =================================================================== --- trunk/libgaim/protocols/irc/parse.c 2006-11-08 10:06:36 UTC (rev 17705) +++ trunk/libgaim/protocols/irc/parse.c 2006-11-08 10:22:00 UTC (rev 17706) @@ -538,7 +538,7 @@ irc->recv_time = time(NULL); /* - * The data based to irc-receiving-text is the raw protocol data. + * The data passed to irc-receiving-text is the raw protocol data. * TODO: It should be passed as an array of bytes and a length * instead of a null terminated string. */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |