aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/src/libbsc')
-rw-r--r--openbsc/src/libbsc/abis_om2000_vty.c2
-rw-r--r--openbsc/src/libbsc/bsc_api.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/openbsc/src/libbsc/abis_om2000_vty.c b/openbsc/src/libbsc/abis_om2000_vty.c
index 27b1947a0..adad47911 100644
--- a/openbsc/src/libbsc/abis_om2000_vty.c
+++ b/openbsc/src/libbsc/abis_om2000_vty.c
@@ -394,7 +394,7 @@ DEFUN(cfg_om2k_con_path_conc, cfg_om2k_con_path_conc_cmd,
DEFUN(cfg_bts_is_conn_list, cfg_bts_is_conn_list_cmd,
"is-connection-list (add|del) <0-2047> <0-2047> <0-255>",
- "Interface Switch Connnection List\n"
+ "Interface Switch Connection List\n"
"Add to IS list\n" "Delete from IS list\n"
"ICP1\n" "ICP2\n" "Contiguity Index\n")
{
diff --git a/openbsc/src/libbsc/bsc_api.c b/openbsc/src/libbsc/bsc_api.c
index 395002ada..8a4c85ff3 100644
--- a/openbsc/src/libbsc/bsc_api.c
+++ b/openbsc/src/libbsc/bsc_api.c
@@ -136,7 +136,7 @@ static void assignment_t10_timeout(void *_conn)
struct gsm_subscriber_connection *conn =
(struct gsm_subscriber_connection *) _conn;
- LOGP(DMSC, LOGL_ERROR, "Assigment T10 timeout on %p\n", conn);
+ LOGP(DMSC, LOGL_ERROR, "Assignment T10 timeout on %p\n", conn);
/*
* normal release on the secondary channel but only if the
@@ -478,7 +478,7 @@ static void handle_ass_fail(struct gsm_subscriber_connection *conn,
gh = msgb_l3(msg);
if (msgb_l3len(msg) - sizeof(*gh) != 1) {
- LOGP(DMSC, LOGL_ERROR, "assignemnt failure unhandled: %zu\n",
+ LOGP(DMSC, LOGL_ERROR, "assignment failure unhandled: %zu\n",
msgb_l3len(msg) - sizeof(*gh));
rr_failure = NULL;
} else {