Skip to content

Commit 5cf5760

Browse files
committed
fix typo
Signed-off-by: Olivier Lamy <[email protected]>
1 parent 8f2702a commit 5cf5760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1662,7 +1662,7 @@ public AbstractJavadocMojo(
16621662
/**
16631663
* From jdk 23, javadoc now include some extra css, files which can increase the size of javadoc jar.
16641664
* This can be disabled using the option {@code --no-fonts}
1665-
* The javadoc plugin will add this option to diable extra files to be added per default.
1665+
* The javadoc plugin will add this option to disable extra files to be added per default.
16661666
* If you prefer the new font you must set to {@code true} the option {@code disableNoFonts}
16671667
* @since 3.11.3
16681668
*/

0 commit comments

Comments
 (0)