aboutsummaryrefslogtreecommitdiffstats
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
parentfe49bf0c149d2283c32a373e71b3424e431662fb (diff)
Cosmetic: Fix typo: Siganlling->Signalling
-rw-r--r--src/osmo-bsc/osmo_bsc_main.c2
-rw-r--r--tests/handover/handover_test.c2
2 files changed, 2 insertions, 2 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,
},
diff --git a/tests/handover/handover_test.c b/tests/handover/handover_test.c
index ab32a29a1..82afbe5ce 100644
--- a/tests/handover/handover_test.c
+++ b/tests/handover/handover_test.c
@@ -1323,7 +1323,7 @@ static const struct log_info_cat log_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_DEBUG,
},