From e8f0c967585d9d576e1c07dbd6528ce6a8ce4beb Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Thu, 3 May 2018 23:33:41 -0700 Subject: [PATCH] GUACAMOLE-220: Correct documentation of permissionsRemoved attribute (the permissions have been removed, not added). --- .../webapp/app/manage/directives/connectionPermissionEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/app/manage/directives/connectionPermissionEditor.js b/guacamole/src/main/webapp/app/manage/directives/connectionPermissionEditor.js index c4be07105..da85c1172 100644 --- a/guacamole/src/main/webapp/app/manage/directives/connectionPermissionEditor.js +++ b/guacamole/src/main/webapp/app/manage/directives/connectionPermissionEditor.js @@ -69,7 +69,7 @@ angular.module('manage').directive('connectionPermissionEditor', ['$injector', permissionsAdded : '=', /** - * The set of permissions that have been added, relative to the + * The set of permissions that have been removed, relative to the * initial state of the permissions being manipulated. * * @type PermissionSet