Review at  https://gerrit.osmocom.org/2823

sccp: Fix a classic typo of mine

Change-Id: Ie1194406d9d9c62a513fac35ffa458957809a0e3
---
M include/sccp/sccp_types.h
1 file changed, 7 insertions(+), 7 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/23/2823/1

diff --git a/include/sccp/sccp_types.h b/include/sccp/sccp_types.h
index e1dcfe7..f01febc 100644
--- a/include/sccp/sccp_types.h
+++ b/include/sccp/sccp_types.h
@@ -271,7 +271,7 @@
  * 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 @@
 } __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 @@
 } __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 @@
 } __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 @@
 } __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_unitdata {
-       /* mandantory */
+       /* mandatory */
        uint8_t                 type;
        uint8_t                 proto_class;
 
@@ -422,7 +422,7 @@
 
 
 struct sccp_data_it {
-       /* mandantory */
+       /* mandatory */
        uint8_t                 type;
        struct sccp_source_reference    destination_local_reference;
        struct sccp_source_reference    source_local_reference;

-- 
To view, visit https://gerrit.osmocom.org/2823
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie1194406d9d9c62a513fac35ffa458957809a0e3
Gerrit-PatchSet: 1
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: Holger Freyther <[email protected]>

Reply via email to