Procházet zdrojové kódy

fix(chore corrected typo in log message

Credit to Stephen Donner.
dev1
Nils Ohlmeier před 4 roky
rodič
revize
b5c465fa31
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      JitsiConference.js

+ 1
- 1
JitsiConference.js Zobrazit soubor

@@ -258,7 +258,7 @@ export default function JitsiConference(options) {
258 258
      * End-to-End Encryption. Make it available if supported.
259 259
      */
260 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 263
         this._e2eEncryption = new E2EEncryption(this);
264 264
     }

Načítá se…
Zrušit
Uložit