Skip to content

Commit

Permalink
Fix typo. (JuliaLang#38721)
Browse files Browse the repository at this point in the history
  • Loading branch information
GunnarFarneback committed Dec 8, 2020
1 parent 42af002 commit b1c46b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/LibGit2/src/callbacks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ function certificate_callback(
valid = true
elseif check == Consts.SSH_HOST_UNKNOWN
if Sys.which("ssh-keyscan") !== nothing
msg = "Please run `ssh-keyscan $host >> $(files[1])` in order to add the server to your known hosts file and the try again."
msg = "Please run `ssh-keyscan $host >> $(files[1])` in order to add the server to your known hosts file and then try again."
else
msg = "Please connect once using `ssh $host` in order to add the server to your known hosts file and then try again. You may not be allowed to log in (wrong user and/or no login allowed), but ssh will prompt you to add a host key for the server which will allow libgit2 to verify the server."
end
Expand Down

0 comments on commit b1c46b6

Please sign in to comment.