mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-1446: Fixed a typo mistake ("Conneccting", "otherise").
This commit is contained in:
@@ -432,7 +432,7 @@ angular.module('client').factory('ManagedClient', ['$rootScope', '$injector',
|
||||
ManagedClientState.ConnectionState.IDLE);
|
||||
break;
|
||||
|
||||
// Conneccting
|
||||
// Connecting
|
||||
case 1:
|
||||
ManagedClientState.setConnectionState(managedClient.clientState,
|
||||
ManagedClientState.ConnectionState.CONNECTING);
|
||||
@@ -899,7 +899,7 @@ angular.module('client').factory('ManagedClient', ['$rootScope', '$injector',
|
||||
*
|
||||
* @returns {boolean}
|
||||
* true if there are any file transfers associated with the
|
||||
* given client, false otherise.
|
||||
* given client, false otherwise.
|
||||
*/
|
||||
ManagedClient.hasTransfers = function hasTransfers(client) {
|
||||
return !!(client && client.uploads && client.uploads.length);
|
||||
|
Reference in New Issue
Block a user