aboutsummaryrefslogtreecommitdiffstats
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
parent082e21dbb5226043a8d1e8374ebb8fecc57fdd26 (diff)
bts: Fix typos in the log messages
-rw-r--r--src/osmo-bts-sysmo/main.c2
-rw-r--r--tests/cipher/cipher_test.c2
-rw-r--r--tests/paging/paging_test.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/osmo-bts-sysmo/main.c b/src/osmo-bts-sysmo/main.c
index b5d15bc2..2ee39398 100644
--- a/src/osmo-bts-sysmo/main.c
+++ b/src/osmo-bts-sysmo/main.c
@@ -322,7 +322,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);
}
btsb = bts_role_bts(bts);
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);
}