You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2021/03/10 09:53:34 UTC

[lucene] 20/45: Fix 'invoke' typo in UUIDUpdateProcessorFactory javadocs.

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

dweiss pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 0b68c1c75f24658bf2d4f7b9099fd91c798fa2c5
Author: Christine Poerschke <cp...@apache.org>
AuthorDate: Fri Feb 26 17:38:06 2021 +0000

    Fix 'invoke' typo in UUIDUpdateProcessorFactory javadocs.
---
 .../org/apache/solr/update/processor/UUIDUpdateProcessorFactory.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/solr/core/src/java/org/apache/solr/update/processor/UUIDUpdateProcessorFactory.java b/solr/core/src/java/org/apache/solr/update/processor/UUIDUpdateProcessorFactory.java
index 9e02384..03e8d83 100644
--- a/solr/core/src/java/org/apache/solr/update/processor/UUIDUpdateProcessorFactory.java
+++ b/solr/core/src/java/org/apache/solr/update/processor/UUIDUpdateProcessorFactory.java
@@ -47,7 +47,7 @@ import org.apache.solr.schema.SchemaField;
  *
  *
  * <p>
- * You can also incoke the processor with request handler param(s)
+ * You can also invoke the processor with request handler param(s)
  * as <code>uuid.fieldname</code> with <code>processor=uuid</code>
  *
  * curl -X POST -H Content-Type: application/json