Skip to content

Commit 8f63875

Browse files
authored
Fix typo
1 parent 7c8c61f commit 8f63875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/codehaus/mojo/exec/AbstractExecMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public abstract class AbstractExecMojo
7070

7171
/**
7272
* If provided the ExecutableDependency identifies which of the plugin dependencies contains the executable class.
73-
* This will have the affect of only including plugin dependencies required by the identified ExecutableDependency.
73+
* This will have the effect of only including plugin dependencies required by the identified ExecutableDependency.
7474
*
7575
* <p>
7676
* If includeProjectDependencies is set to <code>true</code>, all of the project dependencies will be included on

0 commit comments

Comments
 (0)