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

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