aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/abis.c
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2018-08-24 18:33:13 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2018-08-24 18:33:13 +0200
commit08062e6dcc8a0d1f869a1ce0b88238c8218546c3 (patch)
treece28c2b450dde957b231b08d7fc5cdf97e9f4a54 /src/common/abis.c
parent0e11bea2a7d188c251b3e5e7005f38700e69db05 (diff)
cosmetic: abis.c: typo "exixt"
Diffstat (limited to 'src/common/abis.c')
-rw-r--r--src/common/abis.c2
1 files changed, 1 insertions, 1 deletions
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;
}