You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/05/04 08:27:01 UTC

[07/21] guacamole-client git commit: GUACAMOLE-220: "Management", not "managment".

GUACAMOLE-220: "Management", not "managment".

Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/708c255b
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/708c255b
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/708c255b

Branch: refs/heads/master
Commit: 708c255b8373167806a439332d029ae0f07ef4e5
Parents: 82803c9
Author: Michael Jumper <mj...@apache.org>
Authored: Tue May 1 16:29:25 2018 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Tue May 1 20:58:28 2018 -0700

----------------------------------------------------------------------
 .../webapp/app/manage/controllers/manageConnectionController.js    | 2 +-
 .../app/manage/controllers/manageConnectionGroupController.js      | 2 +-
 .../app/manage/controllers/manageSharingProfileController.js       | 2 +-
 .../src/main/webapp/app/manage/controllers/manageUserController.js | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/708c255b/guacamole/src/main/webapp/app/manage/controllers/manageConnectionController.js
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/app/manage/controllers/manageConnectionController.js b/guacamole/src/main/webapp/app/manage/controllers/manageConnectionController.js
index ac55f11..6139781 100644
--- a/guacamole/src/main/webapp/app/manage/controllers/manageConnectionController.js
+++ b/guacamole/src/main/webapp/app/manage/controllers/manageConnectionController.js
@@ -111,7 +111,7 @@ angular.module('manage').controller('manageConnectionController', ['$scope', '$i
     $scope.historyEntryWrappers = null;
 
     /**
-     * The managment-related actions that the current user may perform on the
+     * The management-related actions that the current user may perform on the
      * connection currently being created/modified, or null if the current
      * user's permissions have not yet been loaded.
      *

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/708c255b/guacamole/src/main/webapp/app/manage/controllers/manageConnectionGroupController.js
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/app/manage/controllers/manageConnectionGroupController.js b/guacamole/src/main/webapp/app/manage/controllers/manageConnectionGroupController.js
index 842c395..1a4b64e 100644
--- a/guacamole/src/main/webapp/app/manage/controllers/manageConnectionGroupController.js
+++ b/guacamole/src/main/webapp/app/manage/controllers/manageConnectionGroupController.js
@@ -95,7 +95,7 @@ angular.module('manage').controller('manageConnectionGroupController', ['$scope'
     $scope.connectionGroup = null;
     
     /**
-     * The managment-related actions that the current user may perform on the
+     * The management-related actions that the current user may perform on the
      * connection group currently being created/modified, or null if the current
      * user's permissions have not yet been loaded.
      *

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/708c255b/guacamole/src/main/webapp/app/manage/controllers/manageSharingProfileController.js
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/app/manage/controllers/manageSharingProfileController.js b/guacamole/src/main/webapp/app/manage/controllers/manageSharingProfileController.js
index 940c305..7385aa1 100644
--- a/guacamole/src/main/webapp/app/manage/controllers/manageSharingProfileController.js
+++ b/guacamole/src/main/webapp/app/manage/controllers/manageSharingProfileController.js
@@ -87,7 +87,7 @@ angular.module('manage').controller('manageSharingProfileController', ['$scope',
     $scope.parameters = null;
 
     /**
-     * The managment-related actions that the current user may perform on the
+     * The management-related actions that the current user may perform on the
      * sharing profile currently being created/modified, or null if the current
      * user's permissions have not yet been loaded.
      *

http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/708c255b/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js
----------------------------------------------------------------------
diff --git a/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js b/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js
index b1f4f2e..dcb87e1 100644
--- a/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js
+++ b/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js
@@ -136,7 +136,7 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto
     $scope.permissionsRemoved = new PermissionSet();
 
     /**
-     * The managment-related actions that the current user may perform on the
+     * The management-related actions that the current user may perform on the
      * user currently being created/modified, or null if the current user's
      * permissions have not yet been loaded.
      *