projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fde488
)
fix spelling in a comment
author
Russell Bryant
<russell@russellbryant.com>
Thu, 20 Sep 2007 19:17:16 +0000
(19:17 +0000)
committer
Russell Bryant
<russell@russellbryant.com>
Thu, 20 Sep 2007 19:17:16 +0000
(19:17 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83294
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/chan_sip.c
patch
|
blob
|
history
diff --git
a/channels/chan_sip.c
b/channels/chan_sip.c
index
618aa48
..
e4f9859
100644
(file)
--- a/
channels/chan_sip.c
+++ b/
channels/chan_sip.c
@@
-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);