... | ... |
@@ -578,7 +578,7 @@ int check_cseq_value(sip_msg_t* msg) { |
578 | 578 |
return SANITY_CHECK_PASSED; |
579 | 579 |
} |
580 | 580 |
|
581 |
-/* compare the Content-Length value with the accutal body length */ |
|
581 |
+/* compare the Content-Length value with the actual body length */ |
|
582 | 582 |
int check_cl(sip_msg_t* msg) { |
583 | 583 |
char *body; |
584 | 584 |
|
... | ... |
@@ -48,7 +48,7 @@ int check_via_protocol(struct sip_msg* _msg); |
48 | 48 |
/* check if the SIP version in the Via header is 2.0 */ |
49 | 49 |
int check_via_sip_version(struct sip_msg* _msg); |
50 | 50 |
|
51 |
-/* compare the Content-Length value with the accutal body length */ |
|
51 |
+/* compare the Content-Length value with the actual body length */ |
|
52 | 52 |
int check_cl(struct sip_msg* _msg); |
53 | 53 |
|
54 | 54 |
/* compare the method in the CSeq header with the request line value */ |