Skip to content
Snippets Groups Projects
Commit 1b30ef2e authored by George Nachman's avatar George Nachman
Browse files

Merge branch 'master' of https://github.com/gnachman/iTerm2

parents 691b458e 58211e02
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -639,7 +639,7 @@ static NSError *SCPFileError(NSString *description) {
title = [NSString stringWithFormat:@"First time connecting to %@", session.host];
message =
[NSString stringWithFormat:@"The authenticity of host '%@' can't be established.\n\n"
@"DSA key fingerprint is %@.\n\nConnect anyay?",
@"DSA key fingerprint is %@.\n\nConnect anyway?",
session.host, fingerprint];
_okToAdd = YES;
break;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment