aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKeith <keith@rhizomatica.org>2018-04-16 13:40:07 +0200
committerHarald Welte <laforge@gnumonks.org>2018-04-16 16:19:19 +0000
commitd925c7c00f68ba627ce8b3861838c652f6d37332 (patch)
treeaf49b6e4ffc371a73e3f0e32c197ce78ff0fd4df /src
parentfe49bf0c149d2283c32a373e71b3424e431662fb (diff)
Cosmetic: Fix typo: Siganlling->Signalling
Diffstat (limited to 'src')
-rw-r--r--src/osmo-bsc/osmo_bsc_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bsc/osmo_bsc_main.c b/src/osmo-bsc/osmo_bsc_main.c
index 89d0d02a5..db6bcdb2c 100644
--- a/src/osmo-bsc/osmo_bsc_main.c
+++ b/src/osmo-bsc/osmo_bsc_main.c
@@ -305,7 +305,7 @@ static const struct log_info_cat osmo_bsc_categories[] = {
},
[DRSL] = {
.name = "DRSL",
- .description = "A-bis Radio Siganlling Link (RSL)",
+ .description = "A-bis Radio Signalling Link (RSL)",
.color = "\033[1;35m",
.enabled = 1, .loglevel = LOGL_NOTICE,
},