http_recv.c: Trivial typo fix.
authorAndre Noll <maan@systemlinux.org>
Mon, 10 Jan 2011 22:34:12 +0000 (23:34 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 10 Jan 2011 22:34:12 +0000 (23:34 +0100)
http_recv.c

index 9ade8dfbc4063d2f9179c190c2e8233bf22c56ae..0fb9afacfbec77163ce6a40af15e1b286fc8e144 100644 (file)
@@ -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).
         *