浏览代码

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

正在加载...
取消
保存