cosmetic: fix typo in log message: 'abrupt' instead of 'aprupt'

Change-Id: Ib4d8864baf538ec5871f42fa717eba3b7da9f48e
diff --git a/src/libosmo-mgcp-client/mgcp_client_fsm.c b/src/libosmo-mgcp-client/mgcp_client_fsm.c
index 07a65e6..6f84ffa 100644
--- a/src/libosmo-mgcp-client/mgcp_client_fsm.c
+++ b/src/libosmo-mgcp-client/mgcp_client_fsm.c
@@ -476,7 +476,7 @@
 	 * mgcp_conn_delete() to instruct the FSM to perform a graceful exit */
 	if (strlen(mgcp_ctx->conn_id)) {
 		LOGPFSML(fi, LOGL_ERROR,
-			 "MGW/DLCX: aprupt FSM termination with connections still present, sending unconditional DLCX...\n");
+			 "MGW/DLCX: abrupt FSM termination with connections still present, sending unconditional DLCX...\n");
 		msg = make_dlcx_msg(mgcp_ctx);
 		OSMO_ASSERT(msg);
 		mgcp_client_tx(mgcp, msg, NULL, NULL);