瀏覽代碼

Fixes typos

tags/v0.0.2
hristoterezov 9 年之前
父節點
當前提交
2d71d15d1c
共有 3 個檔案被更改,包括 10 行新增10 行删除
  1. 2
    2
      JitsiConferenceEvents.js
  2. 3
    3
      JitsiConnectionEvents.js
  3. 5
    5
      lib-jitsi-meet.js

+ 2
- 2
JitsiConferenceEvents.js 查看文件

59
      * Indicates that the connection to the conference has been interrupted
59
      * Indicates that the connection to the conference has been interrupted
60
      * for some reason.
60
      * for some reason.
61
      */
61
      */
62
-    CONNECTION_INTERRUPTED: "conference.connecionInterrupted",
62
+    CONNECTION_INTERRUPTED: "conference.connectionInterrupted",
63
     /**
63
     /**
64
      * Indicates that the connection to the conference has been restored.
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
      * Indicates that the conference setup failed.
68
      * Indicates that the conference setup failed.
69
      */
69
      */

+ 3
- 3
JitsiConnectionEvents.js 查看文件

6
     /**
6
     /**
7
      * Indicates that the connection has been failed for some reason.
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
      * Indicates that the connection has been established.
11
      * Indicates that the connection has been established.
12
      */
12
      */
13
-    CONNECTION_ESTABLISHED: "connection.connecionEstablished",
13
+    CONNECTION_ESTABLISHED: "connection.connectionEstablished",
14
     /**
14
     /**
15
      * Indicates that the connection has been disconnected.
15
      * Indicates that the connection has been disconnected.
16
      */
16
      */
17
-    CONNECTION_DISCONNECTED: "connection.connecionDisconnected",
17
+    CONNECTION_DISCONNECTED: "connection.connectionDisconnected",
18
     /**
18
     /**
19
      * Indicates that the perfomed action cannot be executed because the
19
      * Indicates that the perfomed action cannot be executed because the
20
      * connection is not in the correct state(connected, disconnected, etc.)
20
      * connection is not in the correct state(connected, disconnected, etc.)

+ 5
- 5
lib-jitsi-meet.js 查看文件

432
      * Indicates that the connection to the conference has been interrupted
432
      * Indicates that the connection to the conference has been interrupted
433
      * for some reason.
433
      * for some reason.
434
      */
434
      */
435
-    CONNECTION_INTERRUPTED: "conference.connecionInterrupted",
435
+    CONNECTION_INTERRUPTED: "conference.connectionInterrupted",
436
     /**
436
     /**
437
      * Indicates that the connection to the conference has been restored.
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
      * Indicates that the conference setup failed.
441
      * Indicates that the conference setup failed.
442
      */
442
      */
586
     /**
586
     /**
587
      * Indicates that the connection has been failed for some reason.
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
      * Indicates that the connection has been established.
591
      * Indicates that the connection has been established.
592
      */
592
      */
593
-    CONNECTION_ESTABLISHED: "connection.connecionEstablished",
593
+    CONNECTION_ESTABLISHED: "connection.connectionEstablished",
594
     /**
594
     /**
595
      * Indicates that the connection has been disconnected.
595
      * Indicates that the connection has been disconnected.
596
      */
596
      */
597
-    CONNECTION_DISCONNECTED: "connection.connecionDisconnected",
597
+    CONNECTION_DISCONNECTED: "connection.connectionDisconnected",
598
     /**
598
     /**
599
      * Indicates that the perfomed action cannot be executed because the
599
      * Indicates that the perfomed action cannot be executed because the
600
      * connection is not in the correct state(connected, disconnected, etc.)
600
      * connection is not in the correct state(connected, disconnected, etc.)

Loading…
取消
儲存