summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDebian Mobcom Maintainers <Debian-mobcom-maintainers@lists.alioth.debian.org>2018-11-05 21:54:43 +0100
committerRuben Undheim <ruben.undheim@gmail.com>2018-11-05 21:54:43 +0100
commit2eef11c27bef1fc2273c81f82d185786c8ca5d3a (patch)
tree8d4db9de11c79709c99e2ae89768ed876145ebc1
parent71092212791ec6cd58f84888863825d407d9032c (diff)
spelling
=================================================================== Gbp-Pq: Name spelling.patch
-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;
}