Skip to content

Commit ec275b2

Browse files
authored
Fix typo (#108)
1 parent e0ce3d9 commit ec275b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/apache/maven/plugins/changes/announcement/AnnouncementMojo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,13 +585,13 @@ protected void doGenerate(List<Release> releases, Release release) throws MojoEx
585585
}
586586

587587
/**
588-
* Create the velocity template.
588+
* Create the Velocity template.
589589
*
590590
* @param context velocity context that has the parameter values
591591
* @param outputDirectory directory where the file will be generated
592592
* @param template velocity template which will the context be merged
593593
* @param announcementFile the file name of the generated announcement
594-
* @throws VelocityException in case of error processing the Velocty template
594+
* @throws VelocityException in case of error processing the Velocity template
595595
* @throws MojoExecutionException in case of errors
596596
*/
597597
public void processTemplate(Context context, File outputDirectory, String template, String announcementFile)

0 commit comments

Comments
 (0)