diff --git a/changes/src/main/org/apache/maven/changes/IssueFinder.java b/changes/src/main/org/apache/maven/changes/IssueFinder.java index 9a697e8e..e0493770 100644 --- a/changes/src/main/org/apache/maven/changes/IssueFinder.java +++ b/changes/src/main/org/apache/maven/changes/IssueFinder.java @@ -27,12 +27,12 @@ public class IssueFinder /** * @param trackerURL the issue tracker URL (this is supposed to be the * value of <issueTrackingUrl> found in the POM. - * @param isue the issue reference + * @param issue the issue reference * @param template the template string. Allowed template patterns are * %URL% and %ISSUE%. They will be * replaced by the base tracker URL extracted from trackerURL and * by the issue reference. - * @return + * @return The URL of the issue. */ public static String getIssueURL(String trackerURL, String issue, String template)