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 b3f8a1340d [Minor] fix typo (#7661)
b3f8a1340d is described below
commit b3f8a1340da28027bd5df56a5345cb6422e180df
Author: Justin Mclean <[email protected]>
AuthorDate: Thu Aug 7 21:17:25 2025 +1000
[Minor] fix typo (#7661)
### What changes were proposed in this pull request?
fix typo
### Why are the changes needed?
see above
Fix: #N/A
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
N/A
---
clients/cli/src/main/java/org/apache/gravitino/cli/FullName.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/clients/cli/src/main/java/org/apache/gravitino/cli/FullName.java
b/clients/cli/src/main/java/org/apache/gravitino/cli/FullName.java
index 104505e683..8b435856a7 100644
--- a/clients/cli/src/main/java/org/apache/gravitino/cli/FullName.java
+++ b/clients/cli/src/main/java/org/apache/gravitino/cli/FullName.java
@@ -206,7 +206,7 @@ public class FullName {
* Helper method to determine a specific part of the full name exits.
*
* @param partNo The part of the name to obtain.
- * @return True if the part exitsts.
+ * @return True if the part exists.
*/
public boolean hasNamePart(int partNo) {
/* Extract the name part from the full name if available. */