Credit to Stephen Donner.
@@ -258,7 +258,7 @@ export default function JitsiConference(options) {
* End-to-End Encryption. Make it available if supported.
*/
if (this.isE2EESupported()) {
- logger.info('End-to-End Encryprtion is supported');
+ logger.info('End-to-End Encryption is supported');
this._e2eEncryption = new E2EEncryption(this);
}