This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new ec275b2  Fix typo (#108)
ec275b2 is described below

commit ec275b2fba2ebb4eb7b2c95f272544d4deb43183
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sun Feb 2 12:02:12 2025 +0000

    Fix typo (#108)
---
 .../apache/maven/plugins/changes/announcement/AnnouncementMojo.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 41d48b5..3fbc6da 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 @@ public class AnnouncementMojo extends 
AbstractAnnouncementMojo {
     }
 
     /**
-     * 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)

Reply via email to