comparison src/html.c @ 3100:dd78d89c910b

[gaim-migrate @ 3114] Some spelling corrections by Tero Kuusela. Thanks. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 28 Mar 2002 18:22:49 +0000
parents b0c5770156e1
children 9682c0e022c6
comparison
equal deleted inserted replaced
3099:a5f759e43fdd 3100:dd78d89c910b
178 } else if (errno != ETIMEDOUT) { 178 } else if (errno != ETIMEDOUT) {
179 179
180 gunk->webdata = g_realloc(gunk->webdata, gunk->len + 1); 180 gunk->webdata = g_realloc(gunk->webdata, gunk->len + 1);
181 gunk->webdata[gunk->len] = 0; 181 gunk->webdata[gunk->len] = 0;
182 182
183 debug_printf(_("Receieved: '%s'\n"), gunk->webdata); 183 debug_printf(_("Received: '%s'\n"), gunk->webdata);
184 184
185 gaim_input_remove(gunk->inpa); 185 gaim_input_remove(gunk->inpa);
186 close(sock); 186 close(sock);
187 gunk->callback(gunk->data, gunk->webdata); 187 gunk->callback(gunk->data, gunk->webdata);
188 if (gunk->webdata) 188 if (gunk->webdata)