diff options
author | Andrey "Zed" Zaikin <zed.0xff@gmail.com> | 2018-04-18 17:07:07 +0300 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2018-04-18 16:24:26 +0000 |
commit | 701625b84f7a3ffc62520e0ba88bb9bbff4b280e (patch) | |
tree | 74daa91ee739892c4f57976de05f560783cc74b0 /src/vnet/sctp/sctp_error.def | |
parent | 889fe948df5d53c6210b4db402b8c07d3e45d680 (diff) |
typo fix: UNKOWN -> UNKNOWN
Change-Id: I008a4d7ad7160d1f07e7ceef712a5318a9368308
Signed-off-by: Andrey "Zed" Zaikin <zed.0xff@gmail.com>
Diffstat (limited to 'src/vnet/sctp/sctp_error.def')
-rw-r--r-- | src/vnet/sctp/sctp_error.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/sctp/sctp_error.def b/src/vnet/sctp/sctp_error.def index 1f6e2758bb1..7326301e862 100644 --- a/src/vnet/sctp/sctp_error.def +++ b/src/vnet/sctp/sctp_error.def @@ -44,8 +44,8 @@ sctp_error (SHUTDOWN_COMPLETE_VIOLATION, "SHUTDOWN_COMPLETE chunk received in in sctp_error (FIFO_FULL, "Packets dropped for lack of rx fifo space") sctp_error (PARTIALLY_ENQUEUED, "Packets partially pushed into rx fifo") sctp_error (EVENT_FIFO_FULL, "Events not sent for lack of event fifo space") -sctp_error (UNKOWN_CHUNK, "Unrecognized / unknown chunk or chunk-state mismatch") +sctp_error (UNKNOWN_CHUNK, "Unrecognized / unknown chunk or chunk-state mismatch") sctp_error (BUNDLING_VIOLATION, "Bundling not allowed") sctp_error (PUNT, "Packets punted") sctp_error (FILTERED, "Packets filtered") -sctp_error (MAX_CONNECTIONS, "Reached max supported subconnection")
\ No newline at end of file +sctp_error (MAX_CONNECTIONS, "Reached max supported subconnection") |