diff --git a/guacamole/src/main/webapp/app/manage/controllers/manageConnectionController.js b/guacamole/src/main/webapp/app/manage/controllers/manageConnectionController.js index 6139781d2..b84886f10 100644 --- a/guacamole/src/main/webapp/app/manage/controllers/manageConnectionController.js +++ b/guacamole/src/main/webapp/app/manage/controllers/manageConnectionController.js @@ -243,7 +243,7 @@ angular.module('manage').controller('manageConnectionController', ['$scope', '$i }; /** - * Loads the data requred for performing the management task requested + * Loads the data required for performing the management task requested * through the route parameters given at load time, automatically preparing * the interface for editing an existing connection, cloning an existing * connection, or creating an entirely new connection. diff --git a/guacamole/src/main/webapp/app/manage/controllers/manageConnectionGroupController.js b/guacamole/src/main/webapp/app/manage/controllers/manageConnectionGroupController.js index 1a4b64e32..250ebc102 100644 --- a/guacamole/src/main/webapp/app/manage/controllers/manageConnectionGroupController.js +++ b/guacamole/src/main/webapp/app/manage/controllers/manageConnectionGroupController.js @@ -201,7 +201,7 @@ angular.module('manage').controller('manageConnectionGroupController', ['$scope' }; /** - * Loads the data requred for performing the management task requested + * Loads the data required for performing the management task requested * through the route parameters given at load time, automatically preparing * the interface for editing an existing connection group, cloning an * existing connection group, or creating an entirely new connection group. diff --git a/guacamole/src/main/webapp/app/manage/controllers/manageSharingProfileController.js b/guacamole/src/main/webapp/app/manage/controllers/manageSharingProfileController.js index 7385aa16f..8b57182cd 100644 --- a/guacamole/src/main/webapp/app/manage/controllers/manageSharingProfileController.js +++ b/guacamole/src/main/webapp/app/manage/controllers/manageSharingProfileController.js @@ -222,7 +222,7 @@ angular.module('manage').controller('manageSharingProfileController', ['$scope', }; /** - * Loads the data requred for performing the management task requested + * Loads the data required for performing the management task requested * through the route parameters given at load time, automatically preparing * the interface for editing an existing sharing profile, cloning an * existing sharing profile, or creating an entirely new sharing profile. diff --git a/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js b/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js index 800ad00b9..9a90441a8 100644 --- a/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js +++ b/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js @@ -286,7 +286,7 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto }; /** - * Loads the data requred for performing the management task requested + * Loads the data required for performing the management task requested * through the route parameters given at load time, automatically preparing * the interface for editing an existing user, cloning an existing user, or * creating an entirely new user.