Skip to content

Commit

Permalink
Fix some typos found by codespell (#47423)
Browse files Browse the repository at this point in the history
Co-authored-by: Kristoffer Carlsson <[email protected]>
  • Loading branch information
fingolfin and KristofferC authored Nov 2, 2022
1 parent 02a7c4d commit fa15d6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cluster.jl
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ function create_worker(manager, wconfig)
end
end

# set when the new worker has finshed connections with all other workers
# set when the new worker has finished connections with all other workers
ntfy_oid = RRID()
rr_ntfy_join = lookup_ref(ntfy_oid)
rr_ntfy_join.waitingfor = myid()
Expand Down
2 changes: 1 addition & 1 deletion src/managers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ function ssh_tunnel(user, host, bind_addr, port, sshflags, multiplex)
else
# if we cannot do port forwarding, fail immediately
# the -f option backgrounds the ssh session
# `sleep 60` command specifies that an alloted time of 60 seconds is allowed to start the
# `sleep 60` command specifies that an allotted time of 60 seconds is allowed to start the
# remote julia process and establish the network connections specified by the process topology.
# If no connections are made within 60 seconds, ssh will exit and an error will be printed on the
# process that launched the remote process.
Expand Down

0 comments on commit fa15d6d

Please sign in to comment.