[vlc-commits] chromecast: Fix spelling of 'connection'
Sebastian Ramacher
git at videolan.org
Wed Sep 27 09:01:49 CEST 2017
vlc | branch: master | Sebastian Ramacher <sramacher at debian.org> | Tue Sep 26 23:19:46 2017 +0200| [6c23fab85e33ccb6a18ca3d37b5d3fc919aba475] | committer: Thomas Guillem
chromecast: Fix spelling of 'connection'
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=6c23fab85e33ccb6a18ca3d37b5d3fc919aba475
---
modules/stream_out/chromecast/chromecast_ctrl.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/stream_out/chromecast/chromecast_ctrl.cpp b/modules/stream_out/chromecast/chromecast_ctrl.cpp
index 425032dcae..4c6aa52229 100644
--- a/modules/stream_out/chromecast/chromecast_ctrl.cpp
+++ b/modules/stream_out/chromecast/chromecast_ctrl.cpp
@@ -593,7 +593,7 @@ bool intf_sys_t::handleMessages()
i_payloadSize = U32_AT( p_packet );
if ( i_payloadSize > PACKET_MAX_LEN - PACKET_HEADER_LEN )
{
- msg_Err( m_module, "Payload size is too long: dropping conection" );
+ msg_Err( m_module, "Payload size is too long: dropping connection" );
vlc_mutex_locker locker(&m_lock);
m_state = Dead;
return false;
More information about the vlc-commits
mailing list