aboutsummaryrefslogtreecommitdiffstats
path: root/src/sccp_user.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/sccp_user.c
parent8698f273d29071573ced8d6ea2b5ff042d652ed8 (diff)
cosmetic: fix various typos in comments, log messages and VTY strings
Diffstat (limited to 'src/sccp_user.c')
-rw-r--r--src/sccp_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sccp_user.c b/src/sccp_user.c
index a04a1c3..2be9cd4 100644
--- a/src/sccp_user.c
+++ b/src/sccp_user.c
@@ -646,7 +646,7 @@ osmo_sccp_simple_client_on_ss7_id(void *ctx, uint32_t ss7_id, const char *name,
asp->cfg.is_server = false;
/* Make sure that the role of this ASP is set to ASP unless the user
- * made a concious decision about the role via the VTY */
+ * made a conscious decision about the role via the VTY */
if (!asp->cfg.role_set_by_vty)
asp->cfg.role = OSMO_SS7_ASP_ROLE_ASP;