rfscholte commented on a change in pull request #2:
URL: https://github.com/apache/maven-wrapper-plugin/pull/2#discussion_r735855180



##########
File path: src/main/java/org/apache/maven/plugins/wrapper/WrapperMojo.java
##########
@@ -128,7 +128,7 @@ public void execute() throws MojoExecutionException, 
MojoFailureException
         Artifact artifact;
         try
         {
-            artifact = downloadWrapper( wrapperVersion );
+            artifact = downloadWrapperDitribution( wrapperVersion );

Review comment:
       typo, misses an S




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



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

Reply via email to