Skip to content

Commit

Permalink
Fix typo: trasport -> transport
Browse files Browse the repository at this point in the history
Signed-off-by: Ferenc Wágner <wferi@debian.org>
  • Loading branch information
wferi committed Sep 25, 2019
1 parent eba4780 commit 1c5d845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libknet/transport_sctp.c
Expand Up @@ -1266,7 +1266,7 @@ int sctp_transport_link_clear_config(knet_handle_t knet_h, struct knet_link *kn_
if ((sctp_link_listener_stop(knet_h, kn_link) <0) && (errno != EBUSY)) {
savederrno = errno;
err = -1;
log_err(knet_h, KNET_SUB_TRANSP_SCTP, "Unable to remove listener trasport: %s",
log_err(knet_h, KNET_SUB_TRANSP_SCTP, "Unable to remove listener transport: %s",
strerror(savederrno));
goto exit_error;
}
Expand Down

0 comments on commit 1c5d845

Please sign in to comment.