From 123cc3b0b29790ae5982533c668a61d675f42e40 Mon Sep 17 00:00:00 2001 From: howlger Date: Tue, 16 Apr 2024 14:36:15 +0200 Subject: [PATCH] Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix the following typo: If the file does not exi**ts**, ... → If the file does not exi**st**, ... --- .../eclipse/tycho/plugins/p2/repository/MavenP2SiteMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tycho-p2-repository-plugin/src/main/java/org/eclipse/tycho/plugins/p2/repository/MavenP2SiteMojo.java b/tycho-p2-repository-plugin/src/main/java/org/eclipse/tycho/plugins/p2/repository/MavenP2SiteMojo.java index 76d1978c43..21dd727a11 100644 --- a/tycho-p2-repository-plugin/src/main/java/org/eclipse/tycho/plugins/p2/repository/MavenP2SiteMojo.java +++ b/tycho-p2-repository-plugin/src/main/java/org/eclipse/tycho/plugins/p2/repository/MavenP2SiteMojo.java @@ -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")