You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by cp...@apache.org on 2020/09/09 12:07:27 UTC

[lucene-solr] branch master updated: Fix typo in help/ant.txt file.

This is an automated email from the ASF dual-hosted git repository.

cpoerschke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new ccb299a  Fix typo in help/ant.txt file.
ccb299a is described below

commit ccb299a2de45d09320bf42d85859f653bef2ad3d
Author: Christine Poerschke <cp...@apache.org>
AuthorDate: Wed Sep 9 13:06:45 2020 +0100

    Fix typo in help/ant.txt file.
---
 help/ant.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/help/ant.txt b/help/ant.txt
index 4b5c338..61a00ac 100644
--- a/help/ant.txt
+++ b/help/ant.txt
@@ -25,7 +25,7 @@ ant compile         => gradlew classes      [better: gradlew assemble]
 ant validate        => gradlew check
 ant test            => gradlew test
 
-ant jar-checksums   => gradlew updateLicenses [May need to run: gradlew --write-locks if changing depencencies]
+ant jar-checksums   => gradlew updateLicenses [May need to run: gradlew --write-locks if changing dependencies]
 ant check-licenses  => gradlew licenses     [better: gradlew check -x test]
 ant clean-jars      => (NO REPLACEMENT)