Harald Welte has submitted this change and it was merged.

Change subject: cosmetic: Fix typo in sccp_types.h
......................................................................


cosmetic: Fix typo in sccp_types.h

change
SCCP_RETURN_CAUSE_SEGMENTATION_FAOLURE

to
SCCP_RETURN_CAUSE_SEGMENTATION_FAILURE

Change-Id: I34f767234f677307bb04891b40f03109901c0f1b
---
M include/sccp/sccp_types.h
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Neels Hofmeyr: Looks good to me, but someone else must approve
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/include/sccp/sccp_types.h b/include/sccp/sccp_types.h
index e1dcfe7..4e99723 100644
--- a/include/sccp/sccp_types.h
+++ b/include/sccp/sccp_types.h
@@ -219,7 +219,7 @@
        SCCP_RETURN_CAUSE_SCCP_FAILURE              = 11,
        SCCP_RETURN_CAUSE_HOP_COUNTER_VIOLATION     = 12,
        SCCP_RETURN_CAUSE_SEGMENTATION_NOT_SUPPORTED= 13,
-       SCCP_RETURN_CAUSE_SEGMENTATION_FAOLURE      = 14
+       SCCP_RETURN_CAUSE_SEGMENTATION_FAILURE      = 14
 };
 
 enum sccp_reset_cause {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I34f767234f677307bb04891b40f03109901c0f1b
Gerrit-PatchSet: 2
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Owner: dexter <[email protected]>
Gerrit-Reviewer: Harald Welte <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <[email protected]>

Reply via email to