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);
|
ManagedClientState.ConnectionState.IDLE);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
// Conneccting
|
// Connecting
|
||||||
case 1:
|
case 1:
|
||||||
ManagedClientState.setConnectionState(managedClient.clientState,
|
ManagedClientState.setConnectionState(managedClient.clientState,
|
||||||
ManagedClientState.ConnectionState.CONNECTING);
|
ManagedClientState.ConnectionState.CONNECTING);
|
||||||
@@ -899,7 +899,7 @@ angular.module('client').factory('ManagedClient', ['$rootScope', '$injector',
|
|||||||
*
|
*
|
||||||
* @returns {boolean}
|
* @returns {boolean}
|
||||||
* true if there are any file transfers associated with the
|
* true if there are any file transfers associated with the
|
||||||
* given client, false otherise.
|
* given client, false otherwise.
|
||||||
*/
|
*/
|
||||||
ManagedClient.hasTransfers = function hasTransfers(client) {
|
ManagedClient.hasTransfers = function hasTransfers(client) {
|
||||||
return !!(client && client.uploads && client.uploads.length);
|
return !!(client && client.uploads && client.uploads.length);
|
||||||
|
Reference in New Issue
Block a user