fix typo
This commit is contained in:
parent
12f862d036
commit
573e01d5d4
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ static void notify_handler(struct sipevent_sock *sock,
|
|||
sub = sipsub_find(sock, msg, false);
|
||||
if (!sub) {
|
||||
(void)sip_reply(sip, msg,
|
||||
481, "Subsctiption Does Not Exist");
|
||||
481, "Subscription Does Not Exist");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue