[vlc-commits] chromecast: Fix spelling of 'controller'
Sebastian Ramacher
git at videolan.org
Wed Sep 27 09:02:25 CEST 2017
vlc | branch: master | Sebastian Ramacher <sramacher at debian.org> | Tue Sep 26 23:19:55 2017 +0200| [3c576f319dea58e9b6a9a3e9a40d4f7a16bc5ac7] | committer: Thomas Guillem
chromecast: Fix spelling of 'controller'
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=3c576f319dea58e9b6a9a3e9a40d4f7a16bc5ac7
---
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& )
More information about the vlc-commits
mailing list