summaryrefslogtreecommitdiffstats
path: root/src/parser/request.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/request.cpp')
-rw-r--r--src/parser/request.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parser/request.cpp b/src/parser/request.cpp
index e20a8fb..a157a94 100644
--- a/src/parser/request.cpp
+++ b/src/parser/request.cpp
@@ -505,9 +505,9 @@ bool t_request::is_valid(bool &fatal, std::string &reason) const {
// RFC 3265 7.2
// Subscription-State header is mandatory
- // As an exception Twinkle allows an unsollicited NOTIFY for MWI
+ // As an exception Twinkle allows an unsolicited NOTIFY for MWI
// without a Subscription-State header. Asterisk sends
- // unsollicited NOTIFY requests.
+ // unsolicited NOTIFY requests.
if (!hdr_to.tag.empty() ||
hdr_event.event_type != SIP_EVENT_MSG_SUMMARY)
{
@@ -519,7 +519,7 @@ bool t_request::is_valid(bool &fatal, std::string &reason) const {
// The Subscription-State header is mandatory.
// However, Asterisk uses an expired draft for sending
- // unsollicitied NOTIFY messages without a Subscription-State
+ // unsolicitied NOTIFY messages without a Subscription-State
// header. As Asterisk is popular, Twinkle allows this.
break;
case REFER: