[vlc-devel] [PATCH 2/7] Fix spelling of 'stopping'
Sebastian Ramacher
sramacher at debian.org
Tue Sep 26 01:51:45 CEST 2017
Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
---
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 );
/* */
--
2.14.1
More information about the vlc-devel
mailing list