From 483bf42f4501004a5fab90c513121b05139ee494 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 19 Apr 2016 15:40:48 +0200 Subject: sccp: Fix a classic typo of mine Change-Id: Ie1194406d9d9c62a513fac35ffa458957809a0e3 --- include/sccp/sccp_types.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/include/sccp/sccp_types.h b/include/sccp/sccp_types.h index 4e99723..962bde4 100644 --- a/include/sccp/sccp_types.h +++ b/include/sccp/sccp_types.h @@ -271,7 +271,7 @@ enum sccp_refusal_cause { * messages... as of Q.713 Chapter 4 */ struct sccp_connection_request { - /* mandantory */ + /* mandatory */ uint8_t type; struct sccp_source_reference source_local_reference; uint8_t proto_class; @@ -299,7 +299,7 @@ struct sccp_connection_request { } __attribute__((packed)); struct sccp_connection_confirm { - /* mandantory */ + /* mandatory */ uint8_t type; struct sccp_source_reference destination_local_reference; struct sccp_source_reference source_local_reference; @@ -321,7 +321,7 @@ struct sccp_connection_confirm { } __attribute__((packed)); struct sccp_connection_refused { - /* mandantory */ + /* mandatory */ uint8_t type; struct sccp_source_reference destination_local_reference; uint8_t cause; @@ -341,7 +341,7 @@ struct sccp_connection_refused { } __attribute__((packed)); struct sccp_connection_released { - /* mandantory */ + /* mandatory */ uint8_t type; struct sccp_source_reference destination_local_reference; struct sccp_source_reference source_local_reference; @@ -366,7 +366,7 @@ struct sccp_connection_release_complete { } __attribute__((packed)); struct sccp_data_form1 { - /* mandantory */ + /* mandatory */ uint8_t type; struct sccp_source_reference destination_local_reference; uint8_t segmenting; @@ -383,7 +383,7 @@ struct sccp_data_form1 { struct sccp_data_unitdata { - /* mandantory */ + /* mandatory */ uint8_t type; uint8_t proto_class; @@ -422,7 +422,7 @@ struct sccp_data_unitdata_service { struct sccp_data_it { - /* mandantory */ + /* mandatory */ uint8_t type; struct sccp_source_reference destination_local_reference; struct sccp_source_reference source_local_reference; -- cgit v1.2.3