From f181f90af43849d85df84fec00ceee2142239e3f Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Wed, 5 Oct 2022 13:49:20 +0200 Subject: [PATCH] cosmetic: Fix typo in comment Change-Id: I935ab303d2234656f8de0dbdb2de9f4254b02dce --- src/osmo-bsc/bsc_ctrl_commands.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */