dect
/
asterisk
Archived
13
0
Fork 0

fix spelling in a comment

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@83294 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2007-09-20 19:17:16 +00:00
parent 4e6f525b52
commit 9e532d0c5c
1 changed files with 1 additions and 1 deletions

View File

@ -13826,7 +13826,7 @@ static void handle_response(struct sip_pvt *p, int resp, char *rest, struct sip_
/* XXX Locking issues?? XXX */
switch(resp) {
case 300: /* Multiple Choices */
case 301: /* Moved permenantly */
case 301: /* Moved permanently */
case 302: /* Moved temporarily */
case 305: /* Use Proxy */
parse_moved_contact(p, req);