From 716a736a38d50a57c87adfb50216177c8209a759 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 10 Jan 2011 23:34:12 +0100 Subject: [PATCH] http_recv.c: Trivial typo fix. --- http_recv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). * -- 2.30.2