[vlc-devel] [PATCH 5/9] Fix spelling of "address"

Sebastian Ramacher sramacher at debian.org
Sat Jan 30 11:54:28 CET 2016


---
 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 0439b73..9357999 100644
--- a/modules/stream_out/chromecast/chromecast_ctrl.cpp
+++ b/modules/stream_out/chromecast/chromecast_ctrl.cpp
@@ -78,7 +78,7 @@ static void *ChromecastThread(void *data);
  *****************************************************************************/
 
 #define IP_TEXT N_("Chromecast IP address")
-#define IP_LONGTEXT N_("This sets the IP adress of the Chromecast receiver.")
+#define IP_LONGTEXT N_("This sets the IP address of the Chromecast receiver.")
 #define HTTP_PORT_TEXT N_("HTTP port")
 #define HTTP_PORT_LONGTEXT N_("This sets the HTTP port of the server " \
                               "used to stream the media to the Chromecast.")
-- 
2.7.0



More information about the vlc-devel mailing list