summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-05-11 10:26:39 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-05-11 10:26:39 +0000
commit945ec73b09445837c56c93c382d88e9afe5402ac (patch)
treecfe1fbc75b9e0274454829a1466e24c1ffdd5a99 /channels/chan_sip.c
parent589241e3008e563b611a3facab7adabe1363422f (diff)
remove trailing space
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@26848 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/chan_sip.c')
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 697e7d540..0ed91d84c 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -1309,7 +1309,7 @@ static void initialize_initreq(struct sip_pvt *p, struct sip_request *req)
* matches the sip method 'id'.
* Strictly speaking, SIP methods are case SENSITIVE, but we do
* a case-insensitive comparison to be more tolerant.
- * following Jon Postel's rule: Be gentle in what you accept, strict with what you send
+ * following Jon Postel's rule: Be gentle in what you accept, strict with what you send
*/
static int method_match(enum sipmethod id, const char *name)
{