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**, ...
  • Loading branch information
howlger authored and akurtakov committed Apr 16, 2024
1 parent d7409fb commit 123cc3b
Showing 1 changed file with 1 addition and 1 deletion.
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 123cc3b

Please sign in to comment.