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

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


The following commit(s) were added to refs/heads/master by this push:
     new 482e852b853 [MINOR] Fix Typo in `build/mvn` script
482e852b853 is described below

commit 482e852b85345fa758a03e06be29fc506d33fe27
Author: slfan1989 <louj1988@@>
AuthorDate: Fri Jun 30 18:03:27 2023 -0700

    [MINOR] Fix Typo in `build/mvn` script
    
    ### What changes were proposed in this pull request?
    
    I'm trying to compile the Spark code and I noticed a spelling mistake in 
the Maven file. I would like to fix this minor issue.
    
    ### Why are the changes needed?
    
    fix typo.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    No unit test required.
    
    Closes #41810 from slfan1989/fix-typo.
    
    Authored-by: slfan1989 <louj1988@@>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 build/mvn | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/mvn b/build/mvn
index aee9358fe44..3179099304c 100755
--- a/build/mvn
+++ b/build/mvn
@@ -92,7 +92,7 @@ install_app() {
       if [ -f "${local_checksum}" ]; then
         echo "  ${local_tarball}" >> ${local_checksum} # two spaces + file are 
important!
         # Assuming SHA512 here for now
-        echo "Veryfing checksum from ${local_checksum}" 1>&2
+        echo "Verifying checksum from ${local_checksum}" 1>&2
         if ! shasum -a 512 -c "${local_checksum}" > /dev/null ; then
           echo "Bad checksum from ${remote_checksum}"
           exit 2


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to