GUACAMOLE-220: "required", not "requred".

This commit is contained in:
Michael Jumper
2018-05-01 21:09:51 -07:00
parent 244dd19aa0
commit 5028d85bb1
4 changed files with 4 additions and 4 deletions

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.