]> git.sesse.net Git - vlc/blobdiff - modules/access/sftp.c
Spelling
[vlc] / modules / access / sftp.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 )