GUACAMOLE-220: removeConnectionGroupPermission() affects connection group permissions, not connection permissions.
diff --git a/guacamole/src/main/webapp/app/manage/directives/connectionPermissionEditor.js b/guacamole/src/main/webapp/app/manage/directives/connectionPermissionEditor.js
index da85c11..43e80c2 100644
--- a/guacamole/src/main/webapp/app/manage/directives/connectionPermissionEditor.js
+++ b/guacamole/src/main/webapp/app/manage/directives/connectionPermissionEditor.js
@@ -260,10 +260,11 @@
 
         /**
          * Updates the permissionsAdded and permissionsRemoved permission sets
-         * to reflect the removal of the given connection permission.
+         * to reflect the removal of the given connection group permission.
          *
          * @param {String} identifier
-         *     The identifier of the connection to remove READ permission for.
+         *     The identifier of the connection group to remove READ permission
+         *     for.
          */
         var removeConnectionGroupPermission = function removeConnectionGroupPermission(identifier) {