From 3e258835cb95562a5a8ebbbb9f6c11e7b073a41b Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 5 Jun 2010 13:18:00 +0300 Subject: [PATCH] Spelling --- modules/access/sftp.c | 2 +- modules/demux/ts.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/access/sftp.c b/modules/access/sftp.c index ed75dece53..ac90b49364 100644 --- a/modules/access/sftp.c +++ b/modules/access/sftp.c @@ -134,7 +134,7 @@ static int Open( vlc_object_t* p_this ) else { dialog_Login( p_access, &psz_username, &psz_password, - _("SFTP authentification"), + _("SFTP authentication"), _("Please enter a valid login and password for the sftp " "connexion to %s"), url.psz_host ); if( EMPTY_STR(psz_username) || !psz_password ) diff --git a/modules/demux/ts.c b/modules/demux/ts.c index 99899a6c2b..d6b26f6bdc 100644 --- a/modules/demux/ts.c +++ b/modules/demux/ts.c @@ -157,7 +157,7 @@ static void Close ( vlc_object_t * ); #define SPLIT_ES_TEXT N_("Separate sub-streams") #define SPLIT_ES_LONGTEXT N_( \ - "Separate teletex/dvbs pages into independant ES. " \ + "Separate teletex/dvbs pages into independent ES. " \ "It can be useful to turn off this option when using stream output." ) vlc_module_begin () -- 2.39.2