Skip to content

Commit e1f5da9

Browse files
committed
spelling
1 parent a55e8bb commit e1f5da9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/apache/maven/plugins/javadoc/AbstractFixJavadocMojo.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,8 @@ private boolean preCheck() throws MojoExecutionException {
579579
getLog().warn("");
580580
getLog().warn("All warranties with regard to this Maven goal are disclaimed!");
581581
getLog().warn("The changes will be done directly in the source code.");
582-
getLog().warn("The Maven Team strongly recommends commiting the code to source code management BEFORE executing this goal.");
582+
getLog().warn(
583+
"The Maven Team strongly recommends committing the code to source code management BEFORE executing this goal.");
583584
getLog().warn("");
584585

585586
while (true) {

0 commit comments

Comments
 (0)