Repository: groovy
Updated Branches:
  refs/heads/master c5bc1f1bb -> 4c5fd9d7e


fix typo


Project: http://git-wip-us.apache.org/repos/asf/groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/groovy/commit/4c5fd9d7
Tree: http://git-wip-us.apache.org/repos/asf/groovy/tree/4c5fd9d7
Diff: http://git-wip-us.apache.org/repos/asf/groovy/diff/4c5fd9d7

Branch: refs/heads/master
Commit: 4c5fd9d7e60fc5366e9a3626f36b6aa4349e2f59
Parents: c5bc1f1
Author: paulk <pa...@asert.com.au>
Authored: Tue Mar 6 20:27:04 2018 +1000
Committer: paulk <pa...@asert.com.au>
Committed: Tue Mar 6 20:27:04 2018 +1000

----------------------------------------------------------------------
 src/main/groovy/groovy/grape/GrapeIvy.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/groovy/blob/4c5fd9d7/src/main/groovy/groovy/grape/GrapeIvy.groovy
----------------------------------------------------------------------
diff --git a/src/main/groovy/groovy/grape/GrapeIvy.groovy 
b/src/main/groovy/groovy/grape/GrapeIvy.groovy
index 5d7c5c2..6109dab 100644
--- a/src/main/groovy/groovy/grape/GrapeIvy.groovy
+++ b/src/main/groovy/groovy/grape/GrapeIvy.groovy
@@ -57,7 +57,7 @@ import java.util.zip.ZipException
 import java.util.zip.ZipFile
 
 /**
- * Implementation suppoting {@code @Grape} and {@code @Grab} annotations based 
on Ivy.
+ * Implementation supporting {@code @Grape} and {@code @Grab} annotations 
based on Ivy.
  */
 class GrapeIvy implements GrapeEngine {
 

Reply via email to