From 708c255b8373167806a439332d029ae0f07ef4e5 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 1 May 2018 16:29:25 -0700 Subject: [PATCH] GUACAMOLE-220: "Management", not "managment". --- .../webapp/app/manage/controllers/manageConnectionController.js | 2 +- .../app/manage/controllers/manageConnectionGroupController.js | 2 +- .../app/manage/controllers/manageSharingProfileController.js | 2 +- .../main/webapp/app/manage/controllers/manageUserController.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/guacamole/src/main/webapp/app/manage/controllers/manageConnectionController.js b/guacamole/src/main/webapp/app/manage/controllers/manageConnectionController.js index ac55f11ca..6139781d2 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. * diff --git a/guacamole/src/main/webapp/app/manage/controllers/manageConnectionGroupController.js b/guacamole/src/main/webapp/app/manage/controllers/manageConnectionGroupController.js index 842c3954d..1a4b64e32 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. * diff --git a/guacamole/src/main/webapp/app/manage/controllers/manageSharingProfileController.js b/guacamole/src/main/webapp/app/manage/controllers/manageSharingProfileController.js index 940c30509..7385aa16f 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. * diff --git a/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js b/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js index b1f4f2ec3..dcb87e156 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. *