Change in libosmo-sccp[master]: src/sccp_scmg: fix typo

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/.

osmith gerrit-no-reply at lists.osmocom.org
Tue Dec 21 19:46:35 UTC 2021


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/26664 )


Change subject: src/sccp_scmg: fix typo
......................................................................

src/sccp_scmg: fix typo

Change-Id: Ifd6264da2da2e7cc62485dcde9b6c462d4858626
---
M src/sccp_scmg.c
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/src/sccp_scmg.c b/src/sccp_scmg.c
index aba2416..ef3a0b3 100644
--- a/src/sccp_scmg.c
+++ b/src/sccp_scmg.c
@@ -308,7 +308,7 @@
 int sccp_scmg_init(struct osmo_sccp_instance *inst)
 {
 	struct osmo_sccp_user *scu;
-	scu = osmo_sccp_user_bind(inst, "SCCP Maangement", scmg_prim_cb, SCCP_SSN_MANAGEMENT);
+	scu = osmo_sccp_user_bind(inst, "SCCP Management", scmg_prim_cb, SCCP_SSN_MANAGEMENT);
 	if (!scu)
 		return -1;
 	return 0;

-- 
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/26664
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: Ifd6264da2da2e7cc62485dcde9b6c462d4858626
Gerrit-Change-Number: 26664
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211221/1ead972a/attachment.htm>


More information about the gerrit-log mailing list