diff libgaim/protocols/qq/im.c @ 14345:3c58357772a2

[gaim-migrate @ 17047] Fixed a comment and a user notification. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Sat, 26 Aug 2006 17:22:24 +0000
parents 584cbd1628d0
children 6b8bc59414f0
line wrap: on
line diff
--- a/libgaim/protocols/qq/im.c	Sat Aug 26 13:53:10 2006 +0000
+++ b/libgaim/protocols/qq/im.c	Sat Aug 26 17:22:24 2006 +0000
@@ -310,7 +310,7 @@
 
 	/* send encoded to gaim, note that we use im_text->send_time,
 	 * not the time we receive the message
-	 * as it may have been dealyed when I am not online. */
+	 * as it may have been delayed when I am not online. */
 	serv_got_im(gc, name, msg_utf8_encoded, gaim_msg_type, (time_t) im_text->send_time);
 
 	g_free(msg_utf8_encoded);