[MERGED] libosmo-sccp[master]: cosmetic: Fix typo in sccp_types.h

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Sun Jun 18 08:46:23 UTC 2017


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 <pmaier at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list