GUACAMOLE-220: Permissions returned by getEffectivePermissions() may BE 
implied, not "may implied".

Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/e75e9715
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/e75e9715
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/e75e9715

Branch: refs/heads/master
Commit: e75e9715f79fc8e054f7c3393f331e6287ccc716
Parents: c8564f5
Author: Michael Jumper <mjum...@apache.org>
Authored: Sat Apr 21 14:25:39 2018 -0700
Committer: Michael Jumper <mjum...@apache.org>
Committed: Sat Apr 21 14:25:39 2018 -0700

----------------------------------------------------------------------
 .../src/main/java/org/apache/guacamole/net/auth/User.java          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/e75e9715/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/User.java
----------------------------------------------------------------------
diff --git 
a/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/User.java 
b/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/User.java
index 45b5ff9..4a8b43a 100644
--- a/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/User.java
+++ b/guacamole-ext/src/main/java/org/apache/guacamole/net/auth/User.java
@@ -122,7 +122,7 @@ public interface User extends Identifiable, Attributes, 
Permissions {
     /**
      * Returns a read-only view of all permissions granted to this user. The
      * exact semantics of what permissions are granted are up to the
-     * implementation, and the permissions within this view may implied,
+     * implementation, and the permissions within this view may be implied,
      * derived dynamically, inherited through multiple levels of group
      * membership, etc.
      *

Reply via email to