Skip to content

Commit

Permalink
flux-relay: fix typos
Browse files Browse the repository at this point in the history
Problem: some comments in cmd/builtin/relay.c have typos.

Fix the typos.
  • Loading branch information
garlick committed Aug 12, 2023
1 parent d403e53 commit 817eb9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmd/builtin/relay.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* children that connect to a locally provided socket, it only handles
* one client, pre-connected on stdin, stdout.
*
* The ssh connectors starts flux-relay(1) remotely with ssh.
* The ssh connector starts flux-relay(1) remotely with ssh.
* flux-relay(1) connects to a flux broker on the remote system.
* The ssh connector communicates with flux-relay through stdio.
*
Expand Down Expand Up @@ -137,7 +137,7 @@ static int cmd_relay (optparse_t *p, int ac, char *av[])
* unlikely event gethostname(3) fails, use "unknown-host".)
*
* This will be more helpful than a literal "flux-relay" logging prefix
* for end users that may be unknowningly using flux-relay as part of
* for end users that may be unknowingly using flux-relay as part of
* the ssh connector.
*/
log_init ("unknown-host");
Expand Down

0 comments on commit 817eb9b

Please sign in to comment.