mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 03:49:20 +03:00
Fixed a typo lintian brought up.
This commit is contained in:
parent
2b8925c210
commit
b92a5f55b8
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ static int _sftp_connect(const char *uri) {
|
|||
break;
|
||||
case SSH_SERVER_FOUND_OTHER:
|
||||
fprintf(stderr, "csync_sftp - the host key for this server was not "
|
||||
"found but an other type of key exists.\n");
|
||||
"found but another type of key exists.\n");
|
||||
fprintf(stderr, "csync_sftp - an attacker might change the default "
|
||||
"server key to confuse your client into thinking the key does not "
|
||||
"exist\n");
|
||||
|
|
Loading…
Reference in a new issue