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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5c344ee4f3 fix: typo
5c344ee4f3 is described below

commit 5c344ee4f3b0065ccce4ccc80217e6da1894b8d5
Author: guangwu <guoguan...@magic-shield.com>
AuthorDate: Wed Mar 13 14:57:36 2024 +0800

    fix: typo
---
 src/main/groovy/org/codehaus/groovy/tools/GrapeMain.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/groovy/org/codehaus/groovy/tools/GrapeMain.groovy 
b/src/main/groovy/org/codehaus/groovy/tools/GrapeMain.groovy
index 4da7308163..5cd913b118 100644
--- a/src/main/groovy/org/codehaus/groovy/tools/GrapeMain.groovy
+++ b/src/main/groovy/org/codehaus/groovy/tools/GrapeMain.groovy
@@ -161,7 +161,7 @@ class GrapeMain implements Runnable {
             try {
                 Grape.grab(autoDownload: true, group: group, module: module, 
version: version, classifier: classifier, noExceptions: true)
             } catch (Exception ex) {
-                System.err.println "An error occured : $ex"
+                System.err.println "An error occurred : $ex"
             }
         }
     }

Reply via email to