From 08062e6dcc8a0d1f869a1ce0b88238c8218546c3 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Fri, 24 Aug 2018 18:33:13 +0200 Subject: cosmetic: abis.c: typo "exixt" Change-Id: I678ae63626f05a5bb6d890ff37a09e09739bc104 --- src/common/abis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/abis.c b/src/common/abis.c index 21240b84..c0bccdb5 100644 --- a/src/common/abis.c +++ b/src/common/abis.c @@ -122,7 +122,7 @@ static struct e1inp_sign_link *sign_link_up(void *unit, struct e1inp_line *line, trx_nr); trx = gsm_bts_trx_num(g_bts, trx_nr); if (!trx) { - LOGP(DABIS, LOGL_ERROR, "TRX%d does not exixt!\n", + LOGP(DABIS, LOGL_ERROR, "TRX%d does not exist!\n", trx_nr); break; } -- cgit v1.2.3