[vlc-commits] [Git][videolan/vlc][master] ftp: Fix typo: connexion => connection
Hugo Beauzée-Luyssen
gitlab at videolan.org
Fri Jun 4 09:47:00 UTC 2021
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
215f04e9 by Yaron Shahrabani at 2021-06-04T09:46:49+00:00
ftp: Fix typo: connexion => connection
- - - - -
2 changed files:
- modules/access/ftp.c
- modules/access/sftp.c
Changes:
=====================================
modules/access/ftp.c
=====================================
@@ -77,7 +77,7 @@ static void OutClose( vlc_object_t * );
#define LOGIN_DIALOG_TITLE _("FTP authentication")
#define LOGIN_DIALOG_TEXT _("Please enter a valid login and password for " \
- "the ftp connexion to %s")
+ "the FTP connection to %s")
vlc_module_begin ()
set_shortname( "FTP" )
=====================================
modules/access/sftp.c
=====================================
@@ -420,7 +420,7 @@ static int Open( vlc_object_t* p_this )
} while( vlc_credential_get( &credential, p_access, "sftp-user", "sftp-pwd",
_("SFTP authentication"),
_("Please enter a valid login and password for "
- "the sftp connexion to %s"), url.psz_host ) );
+ "the SFTP connection to %s"), url.psz_host ) );
/* Create the sftp session */
p_sys->sftp_session = libssh2_sftp_init( p_sys->ssh_session );
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/215f04e9edcc87cdc51bb693172e1dd7cb99f24e
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/215f04e9edcc87cdc51bb693172e1dd7cb99f24e
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list