[vlc-devel] commit: live555: fix typo in comment (Pierre Ynard )
git version control
git at videolan.org
Mon Jan 18 20:27:34 CET 2010
vlc | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Jan 18 20:26:49 2010 +0100| [0c6e1732609327e9819c43cad2541271f9d2a19a] | committer: Pierre Ynard
live555: fix typo in comment
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0c6e1732609327e9819c43cad2541271f9d2a19a
---
modules/demux/live555.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/demux/live555.cpp b/modules/demux/live555.cpp
index 52c1508..fe2273e 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;
}
More information about the vlc-devel
mailing list