Skip to content

Commit 1bb7838

Browse files
authored
Merge pull request #140 from britter/patch-1
Fix typo
2 parents 0a9b9cb + 8f63875 commit 1bb7838

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)