Skip to content

Commit c4e6deb

Browse files
authored
fix typo (#4017)
1 parent f7b30a6 commit c4e6deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pjsip/include/pjsua-lib/pjsua.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7013,7 +7013,7 @@ PJ_DECL(pj_status_t) pjsua_im_typing(pjsua_acc_id acc_id,
70137013
* Application connects one media termination/slot to another by calling
70147014
* #pjsua_conf_connect() function. This will establish <b>unidirectional</b>
70157015
* media flow from the source termination to the sink termination. To
7016-
* establish bidirectional media flow, application wound need to make another
7016+
* establish bidirectional media flow, application would need to make another
70177017
* call to #pjsua_conf_connect(), this time inverting the source and
70187018
* destination slots in the parameter.
70197019
*

0 commit comments

Comments
 (0)