From 78777f0daac31fe88c9fff3d9e178e6d54038099 Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Mon, 30 Nov 2015 16:22:59 -0600 Subject: [PATCH] Fixes typos --- JitsiConferenceEvents.js | 4 ++-- JitsiConnectionEvents.js | 6 +++--- lib-jitsi-meet.js | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/JitsiConferenceEvents.js b/JitsiConferenceEvents.js index 0269ddd36..ab7892dd1 100644 --- a/JitsiConferenceEvents.js +++ b/JitsiConferenceEvents.js @@ -59,11 +59,11 @@ var JitsiConferenceEvents = { * Indicates that the connection to the conference has been interrupted * for some reason. */ - CONNECTION_INTERRUPTED: "conference.connecionInterrupted", + CONNECTION_INTERRUPTED: "conference.connectionInterrupted", /** * Indicates that the connection to the conference has been restored. */ - CONNECTION_RESTORED: "conference.connecionRestored", + CONNECTION_RESTORED: "conference.connectionRestored", /** * Indicates that the conference setup failed. */ diff --git a/JitsiConnectionEvents.js b/JitsiConnectionEvents.js index dd9b729e7..7853f730d 100644 --- a/JitsiConnectionEvents.js +++ b/JitsiConnectionEvents.js @@ -6,15 +6,15 @@ var JitsiConnnectionEvents = { /** * Indicates that the connection has been failed for some reason. */ - CONNECTION_FAILED: "connection.connecionFailed", + CONNECTION_FAILED: "connection.connectionFailed", /** * Indicates that the connection has been established. */ - CONNECTION_ESTABLISHED: "connection.connecionEstablished", + CONNECTION_ESTABLISHED: "connection.connectionEstablished", /** * Indicates that the connection has been disconnected. */ - CONNECTION_DISCONNECTED: "connection.connecionDisconnected", + CONNECTION_DISCONNECTED: "connection.connectionDisconnected", /** * Indicates that the perfomed action cannot be executed because the * connection is not in the correct state(connected, disconnected, etc.) diff --git a/lib-jitsi-meet.js b/lib-jitsi-meet.js index 0836c6eb7..b88e5ebe6 100644 --- a/lib-jitsi-meet.js +++ b/lib-jitsi-meet.js @@ -432,11 +432,11 @@ var JitsiConferenceEvents = { * Indicates that the connection to the conference has been interrupted * for some reason. */ - CONNECTION_INTERRUPTED: "conference.connecionInterrupted", + CONNECTION_INTERRUPTED: "conference.connectionInterrupted", /** * Indicates that the connection to the conference has been restored. */ - CONNECTION_RESTORED: "conference.connecionRestored", + CONNECTION_RESTORED: "conference.connectionRestored", /** * Indicates that the conference setup failed. */ @@ -586,15 +586,15 @@ var JitsiConnnectionEvents = { /** * Indicates that the connection has been failed for some reason. */ - CONNECTION_FAILED: "connection.connecionFailed", + CONNECTION_FAILED: "connection.connectionFailed", /** * Indicates that the connection has been established. */ - CONNECTION_ESTABLISHED: "connection.connecionEstablished", + CONNECTION_ESTABLISHED: "connection.connectionEstablished", /** * Indicates that the connection has been disconnected. */ - CONNECTION_DISCONNECTED: "connection.connecionDisconnected", + CONNECTION_DISCONNECTED: "connection.connectionDisconnected", /** * Indicates that the perfomed action cannot be executed because the * connection is not in the correct state(connected, disconnected, etc.)