From: Pierre Ynard Date: Mon, 18 Jan 2010 19:26:49 +0000 (+0100) Subject: live555: fix typo in comment X-Git-Tag: 1.1.0-ff~1115 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=0c6e1732609327e9819c43cad2541271f9d2a19a;p=vlc live555: fix typo in comment --- diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp index 52c1508406..fe2273e42d 100644 --- a/modules/demux/live555.cpp +++ b/modules/demux/live555.cpp @@ -597,7 +597,7 @@ describe: if( b_firstpass ) { /* describeURL always returns an "RTSP/1.0 401 Unauthorized" the * first time. This is a workaround to avoid asking for a - * user/passwd the first time the code passess here. */ + * user/passwd the first time the code passes here. */ i_code = 0; b_firstpass = false; }