diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index cb793a514e965e2c682f53b81efc07a1ffd8fca6..5be9753661c1434afb93f50e25b81c5d17e27430 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -5276,7 +5276,7 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc
 					return -1;
 			} else {
 				p->jointcapability = p->capability;
-				ast_log(LOG_DEBUG, "Hm....  No sdp for the moemnt\n");
+				ast_log(LOG_DEBUG, "Hm....  No sdp for the moment\n");
 			}
 			/* Queue NULL frame to prod ast_rtp_bridge if appropriate */
 			if (p->owner)