From e968c4224d2ee21731d0867671bd4133925cbff3 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 27 Nov 2013 10:42:41 +0100 Subject: bts: Fix typos in the log messages --- tests/paging/paging_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/paging') diff --git a/tests/paging/paging_test.c b/tests/paging/paging_test.c index 9f6b74cf..95f1eba3 100644 --- a/tests/paging/paging_test.c +++ b/tests/paging/paging_test.c @@ -110,7 +110,7 @@ int main(int argc, char **argv) bts = gsm_bts_alloc(tall_bts_ctx); if (bts_init(bts) < 0) { - fprintf(stderr, "unable to to open bts\n"); + fprintf(stderr, "unable to open bts\n"); exit(1); } -- cgit v1.2.3