Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-03-16 11:08:55 +0000
committerDavid Williams2015-03-16 11:09:15 +0000
commit55cc4323ffb2c2c870334f3dfae4213f3ae3445e (patch)
tree9b42e51f5d79e0ee023644f71e9df14f1ceed248
parentddc1afddf47074ef039e54c551b4410cb97f9be6 (diff)
downloadeclipse.platform.releng.aggregator-55cc4323ffb2c2c870334f3dfae4213f3ae3445e.tar.gz
eclipse.platform.releng.aggregator-55cc4323ffb2c2c870334f3dfae4213f3ae3445e.tar.xz
eclipse.platform.releng.aggregator-55cc4323ffb2c2c870334f3dfae4213f3ae3445e.zip
[releng] minor spelling correction
-rw-r--r--eclipse-platform-parent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse-platform-parent/pom.xml b/eclipse-platform-parent/pom.xml
index c35454c71..d47cd095f 100644
--- a/eclipse-platform-parent/pom.xml
+++ b/eclipse-platform-parent/pom.xml
@@ -759,7 +759,7 @@
</repositories>
<!-- this is to fix some lucene 3.x compatibility issue -->
<argLine>-Dhelp.lucene.tokenizer=standard</argLine>
- <!-- actuall indexer call -->
+ <!-- actual indexer call -->
<appArgLine>-data target/apibuild-workspace -application org.eclipse.ant.core.antRunner -buildfile target/.apibuild.xml</appArgLine>
<dependencies>
<!-- list of bundles that we need -->

Back to the top