Skip to content

Commit b8ba9ef

Browse files
committed
Use consistent spelling
1 parent afd910c commit b8ba9ef

File tree

1 file changed

+1
-1
lines changed
  • maven-plugin-report-plugin/src/main/java/org/apache/maven/plugin/plugin/report

1 file changed

+1
-1
lines changed

maven-plugin-report-plugin/src/main/java/org/apache/maven/plugin/plugin/report/PluginReport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ private void generateMojosDocumentation(PluginDescriptor pluginDescriptor, Local
222222
disableInternalJavadocLinkValidation,
223223
getLog());
224224
} catch (IOException e) {
225-
throw new MavenReportException("Can not generate sink for mojo " + descriptor.getGoal(), e);
225+
throw new MavenReportException("Cannot generate sink for mojo " + descriptor.getGoal(), e);
226226
}
227227
renderer.render();
228228
}

0 commit comments

Comments
 (0)