fix spelling mistake in log message
diff --git a/openbsc/src/handover_logic.c b/openbsc/src/handover_logic.c
index 21e6d9e..8e8b9db 100644
--- a/openbsc/src/handover_logic.c
+++ b/openbsc/src/handover_logic.c
@@ -357,7 +357,7 @@
 	rsl_ipacc_mdcx_to_rtpsock(new_lchan);
 
 	if (!old_rs) {
-		LOGP(DHO, LOGL_ERROR, "no RTP socekt for old_lchan\n");
+		LOGP(DHO, LOGL_ERROR, "no RTP socket for old_lchan\n");
 		return -EIO;
 	}