This is an automated email from the ASF dual-hosted git repository.

jshao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gravitino.git


The following commit(s) were added to refs/heads/main by this push:
     new c43a47498 [Minor] fix spelling in error messages (#5283)
c43a47498 is described below

commit c43a47498d4176642b67d1f98dfff7b8adcb6808
Author: Justin Mclean <[email protected]>
AuthorDate: Mon Oct 28 17:43:15 2024 +1100

    [Minor] fix spelling in error messages (#5283)
    
    ### What changes were proposed in this pull request?
    
     fix spelling in error messages
    
    ### Why are the changes needed?
    
     fix spelling in error messages
    
    Fix: # N/A
    
    ### Does this PR introduce _any_ user-facing change?
    
    N/A
    
    ### How was this patch tested?
    
    compiled locally
---
 .../java/org/apache/gravitino/authorization/AuthorizationUtils.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/core/src/main/java/org/apache/gravitino/authorization/AuthorizationUtils.java 
b/core/src/main/java/org/apache/gravitino/authorization/AuthorizationUtils.java
index 1d5a2acf0..147d66eef 100644
--- 
a/core/src/main/java/org/apache/gravitino/authorization/AuthorizationUtils.java
+++ 
b/core/src/main/java/org/apache/gravitino/authorization/AuthorizationUtils.java
@@ -45,9 +45,9 @@ import org.apache.gravitino.utils.NameIdentifierUtil;
 /* The utilization class of authorization module*/
 public class AuthorizationUtils {
 
-  static final String USER_DOES_NOT_EXIST_MSG = "User %s does not exist in th 
metalake %s";
-  static final String GROUP_DOES_NOT_EXIST_MSG = "Group %s does not exist in 
th metalake %s";
-  static final String ROLE_DOES_NOT_EXIST_MSG = "Role %s does not exist in th 
metalake %s";
+  static final String USER_DOES_NOT_EXIST_MSG = "User %s does not exist in the 
metalake %s";
+  static final String GROUP_DOES_NOT_EXIST_MSG = "Group %s does not exist in 
the metalake %s";
+  static final String ROLE_DOES_NOT_EXIST_MSG = "Role %s does not exist in the 
metalake %s";
 
   private static final Set<Privilege.Name> FILESET_PRIVILEGES =
       Sets.immutableEnumSet(

Reply via email to