Skip to content

Commit ca7a770

Browse files
authored
Fix aggregate Javadoc typo (#371)
1 parent 18fe147 commit ca7a770

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
@@ -925,7 +925,7 @@ public AbstractJavadocMojo(
925925
private String docencoding;
926926

927927
/**
928-
* Enables deep copying of the <code>&#42;&#42;/doc-files</code> directories and the specifc <code>resources</code>
928+
* Enables deep copying of the <code>&#42;&#42;/doc-files</code> directories and the specific <code>resources</code>
929929
* directory from the <code>javadocDirectory</code> directory (for instance,
930930
* <code>src/main/javadoc/com/mycompany/myapp/doc-files</code> and <code>src/main/javadoc/resources</code>).
931931
* @see <a href="https://docs.oracle.com/en/java/javase/17/docs/specs/man/javadoc.html#standard-doclet-options">Doclet option docfilessubdirs</a>.

0 commit comments

Comments
 (0)