浏览代码

fix(chore corrected typo in log message

Credit to Stephen Donner.
dev1
Nils Ohlmeier 4 年前
父节点
当前提交
b5c465fa31
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      JitsiConference.js

+ 1
- 1
JitsiConference.js 查看文件

258
      * End-to-End Encryption. Make it available if supported.
258
      * End-to-End Encryption. Make it available if supported.
259
      */
259
      */
260
     if (this.isE2EESupported()) {
260
     if (this.isE2EESupported()) {
261
-        logger.info('End-to-End Encryprtion is supported');
261
+        logger.info('End-to-End Encryption is supported');
262
 
262
 
263
         this._e2eEncryption = new E2EEncryption(this);
263
         this._e2eEncryption = new E2EEncryption(this);
264
     }
264
     }

正在加载...
取消
保存