aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);
}