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

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


The following commit(s) were added to refs/heads/main by this push:
     new d9e456cd5 ORC-1529: Fixed minor typo's in pom.xml
d9e456cd5 is described below

commit d9e456cd5d910dbb5041777e464ba4d67ede8636
Author: mystic-lama <[email protected]>
AuthorDate: Sun Nov 26 17:15:29 2023 -0800

    ORC-1529: Fixed minor typo's in pom.xml
    
    ### What changes were proposed in this pull request?
    The PR proposes to fix 2 minor typo's in pom.xml
    Verified that no such typo's exist in other pom.xml within the project
    
    ### Why are the changes needed?
    The changes are need to maintain correctness in the comments.
    
    ### How was this patch tested?
    No test cases need, change in comments sections only
    
    Closes #1665 from mystic-lama/pom_typo_fix.
    
    Authored-by: mystic-lama <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 java/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/pom.xml b/java/pom.xml
index a42d9681b..61210a906 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -84,7 +84,7 @@
 
   <dependencyManagement>
     <dependencies>
-      <!-- intra-project depedencies -->
+      <!-- intra-project dependencies -->
       <dependency>
         <groupId>org.apache.orc</groupId>
         <artifactId>orc-shims</artifactId>
@@ -116,7 +116,7 @@
         <version>2.0.0-SNAPSHOT</version>
       </dependency>
 
-      <!-- inter-project depedencies -->
+      <!-- inter-project dependencies -->
       <dependency>
         <groupId>com.esotericsoftware</groupId>
         <artifactId>kryo-shaded</artifactId>

Reply via email to