[vlc-devel] [PATCH 01/11] chromecast: Fix spelling of 'connection'
Sebastian Ramacher
sramacher at debian.org
Tue Sep 26 23:19:46 CEST 2017
Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
---
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.14.2
More information about the vlc-devel
mailing list