trx: Fix typo in a log message.

This commit is contained in:
Alexander Chemeris 2015-06-05 00:54:03 -04:00 committed by Ivan Kluchnikov
parent 90b4e07e42
commit 68923685ea
1 changed files with 1 additions and 1 deletions

View File

@ -2898,7 +2898,7 @@ static void trx_ctrl_timer_cb(void *data)
if (transceiver_lost++ == TRX_LOSS_FRAMES) {
struct gsm_bts_trx *trx;
LOGP(DL1C, LOGL_NOTICE, "No more clock from traneiver\n");
LOGP(DL1C, LOGL_NOTICE, "No more clock from transceiver\n");
no_clock:
transceiver_available = 0;