You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ranger.apache.org by rm...@apache.org on 2017/08/29 20:57:58 UTC

ranger git commit: RANGER-1753: Fix error message spelling mistake in XKeyREST.java

Repository: ranger
Updated Branches:
  refs/heads/master 83b67df99 -> e474c4d7b


RANGER-1753: Fix error message spelling mistake in XKeyREST.java

Signed-off-by: rmani <rm...@hortonworks.com>


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

Branch: refs/heads/master
Commit: e474c4d7b844c2cb3ac5609b68f56eee43ae4b64
Parents: 83b67df
Author: Willie Engelbrecht <we...@hortonworks.com>
Authored: Mon Aug 28 23:23:51 2017 +0200
Committer: rmani <rm...@hortonworks.com>
Committed: Tue Aug 29 13:57:20 2017 -0700

----------------------------------------------------------------------
 security-admin/src/main/java/org/apache/ranger/rest/XKeyREST.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/e474c4d7/security-admin/src/main/java/org/apache/ranger/rest/XKeyREST.java
----------------------------------------------------------------------
diff --git a/security-admin/src/main/java/org/apache/ranger/rest/XKeyREST.java b/security-admin/src/main/java/org/apache/ranger/rest/XKeyREST.java
index 0293313..77381f5 100755
--- a/security-admin/src/main/java/org/apache/ranger/rest/XKeyREST.java
+++ b/security-admin/src/main/java/org/apache/ranger/rest/XKeyREST.java
@@ -58,7 +58,7 @@ import com.sun.jersey.api.client.UniformInterfaceException;
 public class XKeyREST {
 	private static final Logger logger = Logger.getLogger(XKeyREST.class);
 
-	private static String UNAUTHENTICATED_MSG = "Unauthenticated : Please check the premission in the policy for the user";
+	private static String UNAUTHENTICATED_MSG = "Unauthenticated : Please check the permission in the policy for the user";
 	
 	@Autowired
 	KmsKeyMgr keyMgr;