Repository: ranger
Updated Branches:
  refs/heads/master d534b1637 -> 2f8c7f27a


RANGER-1462:Fix the spelling error in Solr Authorization

Signed-off-by: zhangqiang2 <zhangqia...@zte.com.cn>


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

Branch: refs/heads/master
Commit: 2f8c7f27af7137a36eff68db1c02544916bdc37a
Parents: d534b16
Author: zhangqiang2 <zhangqia...@zte.com.cn>
Authored: Thu Mar 16 16:40:19 2017 +0800
Committer: zhangqiang2 <zhangqia...@zte.com.cn>
Committed: Thu Mar 16 21:06:11 2017 -0400

----------------------------------------------------------------------
 .../ranger/authorization/solr/authorizer/RangerSolrAuthorizer.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ranger/blob/2f8c7f27/plugin-solr/src/main/java/org/apache/ranger/authorization/solr/authorizer/RangerSolrAuthorizer.java
----------------------------------------------------------------------
diff --git 
a/plugin-solr/src/main/java/org/apache/ranger/authorization/solr/authorizer/RangerSolrAuthorizer.java
 
b/plugin-solr/src/main/java/org/apache/ranger/authorization/solr/authorizer/RangerSolrAuthorizer.java
index 6ac0a1f..832302c 100644
--- 
a/plugin-solr/src/main/java/org/apache/ranger/authorization/solr/authorizer/RangerSolrAuthorizer.java
+++ 
b/plugin-solr/src/main/java/org/apache/ranger/authorization/solr/authorizer/RangerSolrAuthorizer.java
@@ -318,7 +318,7 @@ public class RangerSolrAuthorizer implements 
AuthorizationPlugin {
                        return rangerRequest;
                }
                
-               logger.fatal("Can't create RangerRequest oject. userName="
+               logger.fatal("Can't create RangerRequest object. userName="
                                + userName + ", accessType=" + accessType + ", 
ip=" + ip
                                + ", collectionRequest=" + collectionRequest);
 

Reply via email to