aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bts-sysmo/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-sysmo/main.c b/src/osmo-bts-sysmo/main.c
index 046326be..b5d15bc2 100644
--- a/src/osmo-bts-sysmo/main.c
+++ b/src/osmo-bts-sysmo/main.c
@@ -79,7 +79,7 @@ int bts_model_init(struct gsm_bts *bts)
rc = sysmobts_get_nominal_power(bts->c0);
if (rc < 0) {
LOGP(DL1C, LOGL_FATAL, "Cannot determine nominal "
- "ansmit power\n");
+ "transmit power\n");
return -EIO;
}
bts->c0->nominal_power = rc;