Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fix the following typo: If the file does not exi**ts**, ... → If the file does not exi**st**, ...

(cherry picked from commit 123cc3b)
  • Loading branch information
howlger committed Apr 16, 2024
1 parent 4220fbc commit b834e24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public class MavenP2SiteMojo extends AbstractMojo {
private int timeoutInSeconds = 300;

/**
* Location of the category definition. If the file does not exits, a generic category
* Location of the category definition. If the file does not exist, a generic category
* definition is generated including all bundles under one category
*/
@Parameter(defaultValue = "${project.basedir}/category.xml")
Expand Down

0 comments on commit b834e24

Please sign in to comment.