From: Andre Noll Date: Mon, 10 Jan 2011 22:34:12 +0000 (+0100) Subject: http_recv.c: Trivial typo fix. X-Git-Tag: v0.4.6~55 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=716a736a38d50a57c87adfb50216177c8209a759 http_recv.c: Trivial typo fix. --- diff --git a/http_recv.c b/http_recv.c index 9ade8dfb..0fb9afac 100644 --- a/http_recv.c +++ b/http_recv.c @@ -49,7 +49,7 @@ struct private_http_recv_data { * The file descriptor used for receiving the http stream. * * The pre_select function of the http receiver adds this file descriptor to - * the set of file decriptors which are checked for reading/writing (depending + * the set of file descriptors which are checked for reading/writing (depending * on the current status) by the select loop of the application (para_audiod or * para_recv). *