소스 검색

sdputil: fix typo

dev1
Philipp Hancke 5 년 전
부모
커밋
9b51b25987
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      modules/xmpp/SDPUtil.js

+ 1
- 1
modules/xmpp/SDPUtil.js 파일 보기

@@ -509,7 +509,7 @@ const SDPUtil = {
509 509
      * Get an attribute for the given ssrc with the given attributeName
510 510
      *  from the given mline
511 511
      * @param {object} mLine an mLine object as parsed from transform.parse
512
-     * @param {number} ssrc the ssrc for which an attribtue is desired
512
+     * @param {number} ssrc the ssrc for which an attribute is desired
513 513
      * @param {string} attributeName the name of the desired attribute
514 514
      * @returns {string} the value corresponding to the given ssrc
515 515
      *  and attributeName

Loading…
취소
저장