[vlc-devel] commit: live555: fix typo in comment (Pierre Ynard )
git version control
git at videolan.org
Sat Jan 23 18:36:13 CET 2010
vlc-1.0-bugfix | branch: master | Pierre Ynard <linkfanel at yahoo.fr> | Mon Jan 18 20:26:49 2010 +0100| [b59e927eecab2ca135c268234df5914e175d59b7] | committer: Pierre Ynard
live555: fix typo in comment
(cherry picked from commit 0c6e1732609327e9819c43cad2541271f9d2a19a)
Signed-off-by: Pierre Ynard <linkfanel at yahoo.fr>
> http://git.videolan.org/gitweb.cgi/vlc-1.0-bugfix.git/?a=commit;h=b59e927eecab2ca135c268234df5914e175d59b7
---
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 210636d..fcca115 100644
--- a/modules/demux/live555.cpp
+++ b/modules/demux/live555.cpp
@@ -611,7 +611,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