From 326587ebe377b9083d5b587325ac3d0010706e2a Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 2 Feb 2009 16:42:58 +0000 Subject: [PATCH] Fix a spelling mistake. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@172855 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 896cce402a..1ff034e0f5 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -44,7 +44,7 @@ * ******** Wishlist: Improvements * - Support of SIP domains for devices, so that we match on username@domain in the From: header * - Connect registrations with a specific device on the incoming call. It's not done - * automatically in Asdterisk + * automatically in Asterisk * * \ingroup channel_drivers *