Fix some typos in stdout output

Change-Id: I0dbb438f3bfbaf9744717cbeec31ceefdd679ee9
Related: OS#1694
diff --git a/openbsc/src/libbsc/abis_om2000_vty.c b/openbsc/src/libbsc/abis_om2000_vty.c
index 27b1947..adad479 100644
--- a/openbsc/src/libbsc/abis_om2000_vty.c
+++ b/openbsc/src/libbsc/abis_om2000_vty.c
@@ -394,7 +394,7 @@
 
 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 395002a..8a4c85f 100644
--- a/openbsc/src/libbsc/bsc_api.c
+++ b/openbsc/src/libbsc/bsc_api.c
@@ -136,7 +136,7 @@
 	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 @@
 
 	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 {