Skip to content

Commit fa15d6d

Browse files
Fix some typos found by codespell (JuliaLang/julia#47423)
Co-authored-by: Kristoffer Carlsson <[email protected]>
1 parent 02a7c4d commit fa15d6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cluster.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ function create_worker(manager, wconfig)
615615
end
616616
end
617617

618-
# set when the new worker has finshed connections with all other workers
618+
# set when the new worker has finished connections with all other workers
619619
ntfy_oid = RRID()
620620
rr_ntfy_join = lookup_ref(ntfy_oid)
621621
rr_ntfy_join.waitingfor = myid()

src/managers.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ function ssh_tunnel(user, host, bind_addr, port, sshflags, multiplex)
418418
else
419419
# if we cannot do port forwarding, fail immediately
420420
# the -f option backgrounds the ssh session
421-
# `sleep 60` command specifies that an alloted time of 60 seconds is allowed to start the
421+
# `sleep 60` command specifies that an allotted time of 60 seconds is allowed to start the
422422
# remote julia process and establish the network connections specified by the process topology.
423423
# If no connections are made within 60 seconds, ssh will exit and an error will be printed on the
424424
# process that launched the remote process.

0 commit comments

Comments
 (0)