diff --git a/src/main/java/org/apache/maven/plugins/changes/announcement/AnnouncementMojo.java b/src/main/java/org/apache/maven/plugins/changes/announcement/AnnouncementMojo.java index 41d48b5f..3fbc6da8 100644 --- a/src/main/java/org/apache/maven/plugins/changes/announcement/AnnouncementMojo.java +++ b/src/main/java/org/apache/maven/plugins/changes/announcement/AnnouncementMojo.java @@ -585,13 +585,13 @@ protected void doGenerate(List releases, Release release) throws MojoEx } /** - * Create the velocity template. + * Create the Velocity template. * * @param context velocity context that has the parameter values * @param outputDirectory directory where the file will be generated * @param template velocity template which will the context be merged * @param announcementFile the file name of the generated announcement - * @throws VelocityException in case of error processing the Velocty template + * @throws VelocityException in case of error processing the Velocity template * @throws MojoExecutionException in case of errors */ public void processTemplate(Context context, File outputDirectory, String template, String announcementFile)