diff --git a/modules/UI/UI.js b/modules/UI/UI.js index 4c67e0397..95e72d004 100644 --- a/modules/UI/UI.js +++ b/modules/UI/UI.js @@ -591,7 +591,7 @@ UI.connectionIndicatorShowMore = function(id) return VideoLayout.connectionIndicators[id].showMore(); }; -UI.getCreadentials = function () { +UI.getCredentials = function () { var settings = this.getSettings(); return { bosh: document.getElementById('boshURL').value,