Skip to content

Commit 5076558

Browse files
adangelpzygielo
andcommitted
Fix typo in CpdReport.java
Co-authored-by: Piotrek Żygieło <[email protected]>
1 parent de2ff17 commit 5076558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/apache/maven/plugins/pmd/CpdReport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ else if ( "jsp".equals( language ) )
313313
// so the "check" goals can check for violations
314314
writeXmlReport( cpd );
315315

316-
// html format is handled by maven site report, xml format has already bean rendered
316+
// html format is handled by maven site report, xml format has already been rendered
317317
if ( !isHtml() && !isXml() )
318318
{
319319
writeFormattedReport( cpd );

0 commit comments

Comments
 (0)