aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-07-07 15:23:14 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2016-07-07 15:23:16 +0200
commitbfdbde2bd8477c466feadbd563a3caf1e7e704db (patch)
treeb14e54e1afd874d4efd93c198a0bc8861fde6d97 /include
parent03ad002c28073b347b92bcde16d5af80a06389e4 (diff)
fix struct member typo: repsonding_addr in osmo_scu_disconn_param
By accident, I already fixed this typo in osmo-iuh, breaking the build. Instead of reverting there, fix it here. Change-Id: I4076fb37c0d94be7adff46e76465884a61c54c9a
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/sigtran/sccp_sap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/sigtran/sccp_sap.h b/include/osmocom/sigtran/sccp_sap.h
index 1ab08f5..a155de5 100644
--- a/include/osmocom/sigtran/sccp_sap.h
+++ b/include/osmocom/sigtran/sccp_sap.h
@@ -174,7 +174,7 @@ enum osmo_sccp_originator {
/* OSMO_SCU_PRIM_N_DISCONNECT */
struct osmo_scu_disconn_param {
enum osmo_sccp_originator originator;
- struct osmo_sccp_addr repsonding_addr;
+ struct osmo_sccp_addr responding_addr;
uint32_t cause;
uint32_t conn_id;
uint32_t importance;