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

This commit is contained in:
Michael Jumper
2018-05-01 16:29:25 -07:00
parent 82803c9148
commit 708c255b83
4 changed files with 4 additions and 4 deletions

View File

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