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

olamy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git


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

commit fe1c6e97d6cbe62a31b98da2a2a939e08f474346
Author: olivier lamy <[email protected]>
AuthorDate: Wed Feb 19 16:48:29 2020 +1000

    fix typo
    
    Signed-off-by: olivier lamy <[email protected]>
---
 src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java 
b/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java
index 137c6b8..557dc32 100644
--- a/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java
+++ b/src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java
@@ -173,7 +173,7 @@ public class JLinkMojo
     private String endian;
 
     /**
-     * Include additional paths on the <code>--module-path</code> option. 
Project dedependencies and JDK modules are
+     * Include additional paths on the <code>--module-path</code> option. 
Project dependencies and JDK modules are
      * automatically added.
      */
     @Parameter

Reply via email to