Skip to content

Commit c5fc321

Browse files
committed
Fix a typo
1 parent 25d1f08 commit c5fc321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logsrvd/logsrvd_relay.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ handle_log_id(const char *id, struct connection_closure *closure)
591591
/*
592592
* We currently pass log_id to the client without modifying it.
593593
* TODO: append relay host to the log_id so we can restart the
594-
* session with the proper relay if more than one is conifgured.
594+
* session with the proper relay if more than one is configured.
595595
*/
596596
msg.u.log_id = (char *)id;
597597
msg.type_case = SERVER_MESSAGE__TYPE_LOG_ID;

0 commit comments

Comments
 (0)