aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-27 10:42:41 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2013-11-27 10:43:01 +0100
commite968c4224d2ee21731d0867671bd4133925cbff3 (patch)
tree951ad1025b28b8f1d83d9554931269ebdd43a8ea /tests
parent082e21dbb5226043a8d1e8374ebb8fecc57fdd26 (diff)
bts: Fix typos in the log messages
Diffstat (limited to 'tests')
-rw-r--r--tests/cipher/cipher_test.c2
-rw-r--r--tests/paging/paging_test.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/cipher/cipher_test.c b/tests/cipher/cipher_test.c
index 16d5f707..2a2fa288 100644
--- a/tests/cipher/cipher_test.c
+++ b/tests/cipher/cipher_test.c
@@ -77,7 +77,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);
}
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);
}