Skip to content

Commit b1c46b6

Browse files
Fix typo. (#38721)
1 parent 42af002 commit b1c46b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/LibGit2/src/callbacks.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ function certificate_callback(
413413
valid = true
414414
elseif check == Consts.SSH_HOST_UNKNOWN
415415
if Sys.which("ssh-keyscan") !== nothing
416-
msg = "Please run `ssh-keyscan $host >> $(files[1])` in order to add the server to your known hosts file and the try again."
416+
msg = "Please run `ssh-keyscan $host >> $(files[1])` in order to add the server to your known hosts file and then try again."
417417
else
418418
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."
419419
end

0 commit comments

Comments
 (0)