osmith submitted this change.

View Change


Approvals: pespin: Looks good to me, approved fixeria: Looks good to me, but someone else must approve osmith: Verified
Cosmetic: fix typo

Change-Id: Ib707fa66ae789abfa8795b4e521a16e24c77647d
---
M src/libmsc/transaction.c
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/src/libmsc/transaction.c b/src/libmsc/transaction.c
index 3e458f1..7ae4c7d 100644
--- a/src/libmsc/transaction.c
+++ b/src/libmsc/transaction.c
@@ -186,7 +186,7 @@
static uint32_t new_call_id = 1;

/*! Allocate a new transaction and add it to network list
- * \param[in] net Netwokr in which we allocate transaction
+ * \param[in] net Network in which we allocate transaction
* \param[in] subscr Subscriber for which we allocate transaction
* \param[in] protocol Protocol (CC/SMS/...)
* \param[in] callref Call Reference

To view, visit change 34170. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Change-Id: Ib707fa66ae789abfa8795b4e521a16e24c77647d
Gerrit-Change-Number: 34170
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: osmith <osmith@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged