From 6c23fab85e33ccb6a18ca3d37b5d3fc919aba475 Mon Sep 17 00:00:00 2001 From: Sebastian Ramacher Date: Tue, 26 Sep 2017 23:19:46 +0200 Subject: [PATCH] chromecast: Fix spelling of 'connection' Signed-off-by: Sebastian Ramacher Signed-off-by: Thomas Guillem --- 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; -- 2.11.4.GIT