Parcourir la source

Fixes typos

tags/v0.0.2
hristoterezov il y a 9 ans
Parent
révision
2d71d15d1c
3 fichiers modifiés avec 10 ajouts et 10 suppressions
  1. 2
    2
      JitsiConferenceEvents.js
  2. 3
    3
      JitsiConnectionEvents.js
  3. 5
    5
      lib-jitsi-meet.js

+ 2
- 2
JitsiConferenceEvents.js Voir le fichier

@@ -59,11 +59,11 @@ var JitsiConferenceEvents = {
59 59
      * Indicates that the connection to the conference has been interrupted
60 60
      * for some reason.
61 61
      */
62
-    CONNECTION_INTERRUPTED: "conference.connecionInterrupted",
62
+    CONNECTION_INTERRUPTED: "conference.connectionInterrupted",
63 63
     /**
64 64
      * Indicates that the connection to the conference has been restored.
65 65
      */
66
-    CONNECTION_RESTORED: "conference.connecionRestored",
66
+    CONNECTION_RESTORED: "conference.connectionRestored",
67 67
     /**
68 68
      * Indicates that the conference setup failed.
69 69
      */

+ 3
- 3
JitsiConnectionEvents.js Voir le fichier

@@ -6,15 +6,15 @@ var JitsiConnnectionEvents = {
6 6
     /**
7 7
      * Indicates that the connection has been failed for some reason.
8 8
      */
9
-    CONNECTION_FAILED: "connection.connecionFailed",
9
+    CONNECTION_FAILED: "connection.connectionFailed",
10 10
     /**
11 11
      * Indicates that the connection has been established.
12 12
      */
13
-    CONNECTION_ESTABLISHED: "connection.connecionEstablished",
13
+    CONNECTION_ESTABLISHED: "connection.connectionEstablished",
14 14
     /**
15 15
      * Indicates that the connection has been disconnected.
16 16
      */
17
-    CONNECTION_DISCONNECTED: "connection.connecionDisconnected",
17
+    CONNECTION_DISCONNECTED: "connection.connectionDisconnected",
18 18
     /**
19 19
      * Indicates that the perfomed action cannot be executed because the
20 20
      * connection is not in the correct state(connected, disconnected, etc.)

+ 5
- 5
lib-jitsi-meet.js Voir le fichier

@@ -432,11 +432,11 @@ var JitsiConferenceEvents = {
432 432
      * Indicates that the connection to the conference has been interrupted
433 433
      * for some reason.
434 434
      */
435
-    CONNECTION_INTERRUPTED: "conference.connecionInterrupted",
435
+    CONNECTION_INTERRUPTED: "conference.connectionInterrupted",
436 436
     /**
437 437
      * Indicates that the connection to the conference has been restored.
438 438
      */
439
-    CONNECTION_RESTORED: "conference.connecionRestored",
439
+    CONNECTION_RESTORED: "conference.connectionRestored",
440 440
     /**
441 441
      * Indicates that the conference setup failed.
442 442
      */
@@ -586,15 +586,15 @@ var JitsiConnnectionEvents = {
586 586
     /**
587 587
      * Indicates that the connection has been failed for some reason.
588 588
      */
589
-    CONNECTION_FAILED: "connection.connecionFailed",
589
+    CONNECTION_FAILED: "connection.connectionFailed",
590 590
     /**
591 591
      * Indicates that the connection has been established.
592 592
      */
593
-    CONNECTION_ESTABLISHED: "connection.connecionEstablished",
593
+    CONNECTION_ESTABLISHED: "connection.connectionEstablished",
594 594
     /**
595 595
      * Indicates that the connection has been disconnected.
596 596
      */
597
-    CONNECTION_DISCONNECTED: "connection.connecionDisconnected",
597
+    CONNECTION_DISCONNECTED: "connection.connectionDisconnected",
598 598
     /**
599 599
      * Indicates that the perfomed action cannot be executed because the
600 600
      * connection is not in the correct state(connected, disconnected, etc.)

Chargement…
Annuler
Enregistrer