diff --git a/channels/chan_sip.c b/channels/chan_sip.c index 697e7d540b460001822064798a3da9979fb9468b..0ed91d84ccb029cf0a2dcfcc27331236e8bc93e2 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) {