Spelling in comment

use-minification
Jeremy Mahieu 6 years ago
parent 060a722a3f
commit e87d74243f
  1. 2
      js/connection.js

@ -330,7 +330,7 @@ weechat.factory('connection',
var attemptReconnect = function (bufferId, timeout) { var attemptReconnect = function (bufferId, timeout) {
$log.info('Attempting to reconnect...'); $log.info('Attempting to reconnect...');
var d = connectionData; var d = connectionData;
// won't work if totp is mandetory // won't work if totp is mandatory
connect(d[0], d[1], d[2], d[3], d[4], false, "", function() { connect(d[0], d[1], d[2], d[3], d[4], false, "", function() {
$rootScope.reconnecting = false; $rootScope.reconnecting = false;
// on success, update active buffer // on success, update active buffer

Loading…
Cancel
Save