aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2022-10-05 13:49:20 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2022-10-05 16:36:19 +0200
commitf181f90af43849d85df84fec00ceee2142239e3f (patch)
tree11331e1657a91df83d0bb00c3e9f46dbaf78e94f
parent6c4859279fbeceebb93fcd46402b85ea22519f11 (diff)
cosmetic: Fix typo in comment
-rw-r--r--src/osmo-bsc/bsc_ctrl_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bsc/bsc_ctrl_commands.c b/src/osmo-bsc/bsc_ctrl_commands.c
index 304ccf903..fd0f5d25b 100644
--- a/src/osmo-bsc/bsc_ctrl_commands.c
+++ b/src/osmo-bsc/bsc_ctrl_commands.c
@@ -175,7 +175,7 @@ static int set_net_apply_config(struct ctrl_cmd *cmd, void *data)
continue;
/*
- * The ip.access nanoBTS seems to be unrelaible on BSSGP
+ * The ip.access nanoBTS seems to be unreliable on BSSGP
* so let's us just reboot it. For the sysmoBTS we can just
* restart the process as all state is gone.
*/