Browse Source

Fix typo

master
Saúl Ibarra Corretgé 8 years ago
parent
commit
ca78309427
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      react/features/base/lib-jitsi-meet/native/RTCPeerConnection.js

+ 1
- 1
react/features/base/lib-jitsi-meet/native/RTCPeerConnection.js View File

292
 /* eslint-enable max-depth */
292
 /* eslint-enable max-depth */
293
 
293
 
294
 /**
294
 /**
295
- * Completes the asynchronous ynthesis of IPv6 addresses.
295
+ * Completes the asynchronous synthesis of IPv6 addresses.
296
  *
296
  *
297
  * @param {RTCSessionDescription} sessionDescription - The RTCSessionDescription
297
  * @param {RTCSessionDescription} sessionDescription - The RTCSessionDescription
298
  * for which IPv6 addresses are being synthesized.
298
  * for which IPv6 addresses are being synthesized.

Loading…
Cancel
Save