Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv8787/src
Modified Files:
html.c
Log Message:
Some spelling corrections by Tero Kuusela. Thanks.
Index: html.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/html.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- html.c 2 Nov 2001 01:41:37 -0000 1.24
+++ html.c 28 Mar 2002 18:22:48 -0000 1.25
@@ -180,7 +180,7 @@
gunk->webdata = g_realloc(gunk->webdata, gunk->len + 1);
gunk->webdata[gunk->len] = 0;
- debug_printf(_("Receieved: '%s'\n"), gunk->webdata);
+ debug_printf(_("Received: '%s'\n"), gunk->webdata);
gaim_input_remove(gunk->inpa);
close(sock);
|