From ced097c3740176ae3e5114936118ab7ef4626b57 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Wed, 8 Apr 2015 14:03:19 -0700 Subject: [PATCH] GUAC-800: Fix documentation for system permission manipulation within user management controller. --- .../webapp/app/manage/controllers/manageUserController.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js b/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js index a4beffedb..cdc55acf1 100644 --- a/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js +++ b/guacamole/src/main/webapp/app/manage/controllers/manageUserController.js @@ -205,7 +205,7 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto * reflect the addition of the given system permission. * * @param {String} type - * The system permission to remove, as defined by + * The system permission to add, as defined by * PermissionSet.SystemPermissionType. */ var addSystemPermission = function addSystemPermission(type) { @@ -225,7 +225,7 @@ angular.module('manage').controller('manageUserController', ['$scope', '$injecto * reflect the removal of the given system permission. * * @param {String} type - * The system permission to add, as defined by + * The system permission to remove, as defined by * PermissionSet.SystemPermissionType. */ var removeSystemPermission = function removeSystemPermission(type) {