Skip to content

Commit

Permalink
Merge pull request #36964 from normandra
Browse files Browse the repository at this point in the history
* pr/36964:
  Fix typo

Closes gh-36964
  • Loading branch information
snicoll committed Aug 14, 2023
2 parents 82b0666 + 62902a7 commit df7f880
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ private String getJUnitPlatformVersion() throws MojoExecutionException {
String version = (platformCommonsArtifact != null) ? platformCommonsArtifact.getBaseVersion() : null;
if (version == null) {
throw new MojoExecutionException(
"Unable to find '%s' dependnecy. Please ensure JUnit is correctly configured.".formatted(id));
"Unable to find '%s' dependency. Please ensure JUnit is correctly configured.".formatted(id));
}
return version;
}
Expand Down

0 comments on commit df7f880

Please sign in to comment.