]> git.sesse.net Git - vlc/commitdiff
live555: fix typo in comment
authorPierre Ynard <linkfanel@yahoo.fr>
Mon, 18 Jan 2010 19:26:49 +0000 (20:26 +0100)
committerPierre Ynard <linkfanel@yahoo.fr>
Mon, 18 Jan 2010 19:26:49 +0000 (20:26 +0100)
modules/demux/live555.cpp

index 52c15084060997fbcee58bf9c53294de3eb7adbc..fe2273e42d51e2e799ceaca6e6e3b365151187fd 100644 (file)
@@ -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;
         }