[vlc-devel] [PATCH 10/11] chromecast: Fix spelling of 'controller'
Sebastian Ramacher
sramacher at debian.org
Tue Sep 26 23:19:55 CEST 2017
Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
---
modules/stream_out/chromecast/cast.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/stream_out/chromecast/cast.cpp b/modules/stream_out/chromecast/cast.cpp
index b4b1fd9a84..d184426a27 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -447,7 +447,7 @@ static int Open(vlc_object_t *p_this)
}
catch (const std::runtime_error& err )
{
- msg_Err( p_this, "cannot load the Chromecast controler (%s)", err.what() );
+ msg_Err( p_this, "cannot load the Chromecast controller (%s)", err.what() );
goto error;
}
catch (const std::bad_alloc& )
--
2.14.2
More information about the vlc-devel
mailing list