[vlc-commits] mms: Fix spelling of 'stopping'

Sebastian Ramacher git at videolan.org
Wed Sep 27 09:01:53 CEST 2017


vlc | branch: master | Sebastian Ramacher <sramacher at debian.org> | Tue Sep 26 23:19:47 2017 +0200| [6b5291c02a857b016e2bf275ea119d43cce2ebb1] | committer: Thomas Guillem

mms: Fix spelling of 'stopping'

Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
Signed-off-by: Thomas Guillem <thomas at gllm.fr>

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

 modules/access/mms/mmsh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/access/mms/mmsh.c b/modules/access/mms/mmsh.c
index 992176d1cd..d2f497dd94 100644
--- a/modules/access/mms/mmsh.c
+++ b/modules/access/mms/mmsh.c
@@ -398,7 +398,7 @@ static int Restart( stream_t *p_access )
     p_sys->i_start = p_sys->i_position;
 
     /* */
-    msg_Dbg( p_access, "stoping the stream" );
+    msg_Dbg( p_access, "stopping the stream" );
     Stop( p_access );
 
     /* */



More information about the vlc-commits mailing list