[vlc-commits] Fix spelling of "response"

Sebastian Ramacher git at videolan.org
Fri Jan 1 19:09:36 CET 2016


vlc | branch: master | Sebastian Ramacher <sramacher at debian.org> | Fri Jan  1 15:57:17 2016 +0100| [1b27ba8c0240044d578fbfc06027aa3aeca09366] | committer: Jean-Baptiste Kempf

Fix spelling of "response"

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1b27ba8c0240044d578fbfc06027aa3aeca09366
---

 modules/access/mms/mmstu.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/access/mms/mmstu.c b/modules/access/mms/mmstu.c
index 3714ee6..8f79fdb 100644
--- a/modules/access/mms/mmstu.c
+++ b/modules/access/mms/mmstu.c
@@ -676,7 +676,7 @@ static int MMSOpen( access_t  *p_access, vlc_url_t *p_url, int  i_proto )
     }
     else if( p_sys->i_command != 0x02 )
     {
-        msg_Warn( p_access, "received command isn't 0x02 in reponse to 0x02" );
+        msg_Warn( p_access, "received command isn't 0x02 in response to 0x02" );
     }
 
     /* *** send command 5 : media file name/path requested *** */
@@ -698,7 +698,7 @@ static int MMSOpen( access_t  *p_access, vlc_url_t *p_url, int  i_proto )
                      buffer.p_data,
                      buffer.i_data );
 
-    /* *** wait for reponse *** */
+    /* *** wait for response *** */
     mms_CommandRead( p_access, 0x1a, 0x06 );
 
     /* test if server send 0x1A answer */
@@ -784,7 +784,7 @@ static int MMSOpen( access_t  *p_access, vlc_url_t *p_url, int  i_proto )
     mms_CommandSend( p_access, 0x15, p_sys->i_command_level, 0x00,
                      buffer.p_data, buffer.i_data );
 
-    /* *** wait for reponse *** */
+    /* *** wait for response *** */
     /* Commented out because it fails on some stream (no 0x11 answer) */
 #if 0
     mms_CommandRead( p_access, 0x11, 0 );



More information about the vlc-commits mailing list