aboutsummaryrefslogtreecommitdiffstats
path: root/src/xua_as_fsm.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2023-06-08 13:16:16 +0200
committerHarald Welte <laforge@osmocom.org>2023-06-13 17:24:27 +0200
commit2a0ccafbf8c13c6affb9ec4a0e47524c9f20b0ae (patch)
tree3ed50dc71548b34167217f4be50114858e331db6 /src/xua_as_fsm.c
parent8698f273d29071573ced8d6ea2b5ff042d652ed8 (diff)
cosmetic: fix various typos in comments, log messages and VTY strings
Diffstat (limited to 'src/xua_as_fsm.c')
-rw-r--r--src/xua_as_fsm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xua_as_fsm.c b/src/xua_as_fsm.c
index 2f52762..2b16139 100644
--- a/src/xua_as_fsm.c
+++ b/src/xua_as_fsm.c
@@ -80,7 +80,7 @@ static int get_local_role(struct osmo_ss7_as *as)
{
unsigned int i;
- /* this is a bit tricky. "osmo_ss7_as" has no configuation of a role,
+ /* this is a bit tricky. "osmo_ss7_as" has no configuration of a role,
* only the ASPs have. As they all must be of the same role, let's simply
* find the first one and return its role */
for (i = 0; i < ARRAY_SIZE(as->cfg.asps); i++) {