cosmetics: typo fixes

Originally committed as revision 14376 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2008-07-24 21:12:37 +00:00
parent 3a459ebe35
commit e16190fa7a
2 changed files with 3 additions and 4 deletions

View File

@@ -1497,9 +1497,8 @@ static int http_parse_request(HTTPContext *c)
if (c->post) {
/* if post, it means a feed is being sent */
if (!stream->is_feed) {
/* However it might be a status report from WMP! Lets log the data
* as it might come in handy one day
*/
/* However it might be a status report from WMP! Let us log the
* data as it might come in handy one day. */
char *logline = 0;
int client_id = 0;