]> git.sesse.net Git - vlc/blobdiff - modules/demux/live555.cpp
live555: fix typo in comment
[vlc] / 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;
         }