Skip to content

Commit

Permalink
Use consistent spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Nov 12, 2023
1 parent afd910c commit b8ba9ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ private void generateMojosDocumentation(PluginDescriptor pluginDescriptor, Local
disableInternalJavadocLinkValidation,
getLog());
} catch (IOException e) {
throw new MavenReportException("Can not generate sink for mojo " + descriptor.getGoal(), e);
throw new MavenReportException("Cannot generate sink for mojo " + descriptor.getGoal(), e);
}
renderer.render();
}
Expand Down

0 comments on commit b8ba9ef

Please sign in to comment.