[vlc-commits] ChromeCast: fix typo

Jean-Baptiste Kempf git at videolan.org
Thu Jan 25 19:03:19 CET 2018


vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jan 25 18:50:51 2018 +0100| [b48dc13ba6f48936311620c38155135d72fd88f0] | committer: Jean-Baptiste Kempf

ChromeCast: fix typo

(cherry picked from commit d1afa43cbc00d3b9c5452774d975d5bb9f42bc8b)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=b48dc13ba6f48936311620c38155135d72fd88f0
---

 modules/stream_out/chromecast/cast.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/stream_out/chromecast/cast.cpp b/modules/stream_out/chromecast/cast.cpp
index bfcfbbdfbb..f49cfd88be 100644
--- a/modules/stream_out/chromecast/cast.cpp
+++ b/modules/stream_out/chromecast/cast.cpp
@@ -143,10 +143,10 @@ static const int conversion_quality_list[] = {
     CONVERSION_QUALITY_LOWCPU,
 };
 static const char *const conversion_quality_list_text[] = {
-    N_( "High (high quality and high bandwith)" ),
+    N_( "High (high quality and high bandwidth)" ),
     N_( "Medium (medium quality and medium bandwidth)" ),
-    N_( "Low (low quality and low bandwith)" ),
-    N_( "Low CPU (low quality but high bandwith)" ),
+    N_( "Low (low quality and low bandwidth)" ),
+    N_( "Low CPU (low quality but high bandwidth)" ),
 };
 
 #define CONVERSION_QUALITY_TEXT N_( "Conversion quality" )



More information about the vlc-commits mailing list