MT#58535 rtpp_flags: fix typo in code commentaries

Fix a typo in code commentaries for `via-branch`.

Change-Id: I5b22c25fa1b6050bbff9236da4d76028dc4056b2
pull/1819/head
Donat Zenichev 1 year ago
parent 1331437a1b
commit 066ca7387c

@ -401,8 +401,8 @@ void parse_rtpp_flags(const str * rtpp_flags, bencode_item_t * root_dict,
goto next;
break;
case 10:
/* via-branch can be overriddem here.
* but here it takes only actual value of via branch.
/* via-branch can be overridden here,
* but here it takes only actual value of via branch,
* other things, such as: auto, extra, next etc. are disallowed */
if (str_eq(&key, "via-branch")) {
if (!val.s)

Loading…
Cancel
Save