aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorcitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-19 00:42:10 +0000
committercitats <citats@f38db490-d61c-443f-a65b-d21fe96a405b>2004-02-19 00:42:10 +0000
commit86ce25599088177cdf0975b5f3b39e8689af8f29 (patch)
treea048884eb9964d00516fcfa5b2641034dba2ec4d /channels
parent9e3f8d15de867a2730e544954ad897f6994de668 (diff)
Fix another spelling typo in chan_sip.c (bug #1059)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2196 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rwxr-xr-xchannels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 5be975366..52d9b3c27 100755
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -5467,7 +5467,7 @@ static int handle_request(struct sip_pvt *p, struct sip_request *req, struct soc
ast_rtp_stop(p->vrtp);
}
if (strlen(get_header(req, "Also"))) {
- ast_log(LOG_NOTICE, "Client '%s' using depreciated BYE/Also transfer method. Ask vendor to support REFER instead\n",
+ ast_log(LOG_NOTICE, "Client '%s' using deprecated BYE/Also transfer method. Ask vendor to support REFER instead\n",
inet_ntoa(p->recv.sin_addr));
if (!strlen(p->context))
strncpy(p->context, context, sizeof(p->context) - 1);