aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_init.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-10-22 15:46:16 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-10-22 15:46:16 +0200
commit555eba140d46a34168e2ec7c3533bb35eb8e6f25 (patch)
treeb8f88aa8d74dfb8f3f926c95183bfa5149468ad2 /openbsc/src/bsc_init.c
parent2c481b27fcd7bf109a3dbf1236e8aafd30412c30 (diff)
Fix spelling of default
Diffstat (limited to 'openbsc/src/bsc_init.c')
-rw-r--r--openbsc/src/bsc_init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/bsc_init.c b/openbsc/src/bsc_init.c
index 3e68d7808..d89ab941c 100644
--- a/openbsc/src/bsc_init.c
+++ b/openbsc/src/bsc_init.c
@@ -545,7 +545,7 @@ static void nm_reconfig_trx(struct gsm_bts_trx *trx)
case GSM_BAND_1900:
trx->nominal_power = 23;
break;
- dedfault:
+ default:
fprintf(stderr, "Unsupported nanoBTS GSM band %s\n",
gsm_band_name(trx->bts->band));
break;