From 0c6e1732609327e9819c43cad2541271f9d2a19a Mon Sep 17 00:00:00 2001 From: Pierre Ynard Date: Mon, 18 Jan 2010 20:26:49 +0100 Subject: [PATCH] live555: fix typo in comment --- modules/demux/live555.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2