aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Alteholz <debian@alteholz.de>2019-07-16 21:15:36 +0200
committerEric Wild <ewild@sysmocom.de>2019-07-16 21:48:47 +0200
commit445bdccffa822c1fcf5f26deacf7974a3c2038ac (patch)
tree6ea1617b55b74408b7d2069ed1a463e12ad52dc6
parent89ccf5517ce94952bf3a94f8d0b54de39ae35678 (diff)
spelling stuff found by lintian
-rw-r--r--src/hnbgw_rua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hnbgw_rua.c b/src/hnbgw_rua.c
index 40d1d94..71c3f8e 100644
--- a/src/hnbgw_rua.c
+++ b/src/hnbgw_rua.c
@@ -505,7 +505,7 @@ static int rua_rx_initiating_msg(struct msgb *msg, RUA_InitiatingMessage_t *imsg
static int rua_rx_successful_outcome_msg(struct msgb *msg, RUA_SuccessfulOutcome_t *in)
{
/* FIXME */
- LOGP(DRUA, LOGL_NOTICE, "Unexpected RUA Sucessful Outcome\n");
+ LOGP(DRUA, LOGL_NOTICE, "Unexpected RUA Successful Outcome\n");
return -1;
}