vlc | branch: master | Sebastian Ramacher <[email protected]> | Sat Jan 30 11:54:28 2016 +0100| [1aa21806fa2bc2dad9c09c51e02139b0023e056f] | committer: Jean-Baptiste Kempf
Fix spelling of "address" Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1aa21806fa2bc2dad9c09c51e02139b0023e056f --- 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.") _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
