|
@@ -1048,7 +1048,7 @@ static void sctp_outq_flush(struct sctp_outq *q, int rtx_timeout, gfp_t gfp)
|
|
|
(new_transport->state == SCTP_PF)))
|
|
|
new_transport = asoc->peer.active_path;
|
|
|
if (new_transport->state == SCTP_UNCONFIRMED) {
|
|
|
- WARN_ONCE(1, "Atempt to send packet on unconfirmed path.");
|
|
|
+ WARN_ONCE(1, "Attempt to send packet on unconfirmed path.");
|
|
|
sctp_chunk_fail(chunk, 0);
|
|
|
sctp_chunk_free(chunk);
|
|
|
continue;
|