From 9ac453759cb9480244aa00ae4a1665c352a547f2 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Tue, 11 Jun 2013 17:54:56 +0200 Subject: misc: Fix the spelling of frame in the RLM cause strings --- src/gsm/rsl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/gsm/rsl.c b/src/gsm/rsl.c index 5693b4f0..e27f84a5 100644 --- a/src/gsm/rsl.c +++ b/src/gsm/rsl.c @@ -394,7 +394,7 @@ static const struct value_string rsl_rlm_cause_strs[] = { { RLL_CAUSE_SFRM_INC_PARAM, "S-Frame with incorrect parameters" }, { RLL_CAUSE_IFRM_INC_MBITS, "I-Frame with incorrect use of M bit" }, { RLL_CAUSE_IFRM_INC_LEN, "I-Frame with incorrect length" }, - { RLL_CAUSE_FRM_UNIMPL, "Fraeme not implemented" }, + { RLL_CAUSE_FRM_UNIMPL, "Frame not implemented" }, { RLL_CAUSE_SABM_MF, "SABM command, multiple frame established state" }, { RLL_CAUSE_SABM_INFO_NOTALL, "SABM frame with information not allowed in this state" }, { 0, NULL }, -- cgit v1.2.3