Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sorooshm78 committed Dec 17, 2024
1 parent 1564bb5 commit 92609cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pjsip/src/pjsip-ua/sip_siprec.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ PJ_DEF(pj_status_t) pjsip_siprec_verify_request(pjsip_rx_data *rdata,
goto on_return;
}

/* Currently, SIPREC INVITE requests without SPD are not supported. */
/* Currently, SIPREC INVITE requests without SDP are not supported. */
if(!sdp_offer){
code = PJSIP_SC_BAD_REQUEST;
warn_text = "SIPREC INVITE without SDP is not supported";
Expand Down

0 comments on commit 92609cb

Please sign in to comment.