]> git.sesse.net Git - vlc/commitdiff
Spelling
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 5 Jun 2010 10:18:00 +0000 (13:18 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 5 Jun 2010 10:18:00 +0000 (13:18 +0300)
modules/access/sftp.c
modules/demux/ts.c

index ed75dece53954a4d24c10738b55341100492272a..ac90b4936459aabe04ddef792132503084735639 100644 (file)
@@ -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 )
index 99899a6c2b79d22044170f8c8ce5958c3b4656b6..d6b26f6bdcf0bf91180e43f67b82d64f85776e79 100644 (file)
@@ -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 ()