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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-chain.git


The following commit(s) were added to refs/heads/master by this push:
     new ca7ea5c  Javadoc: Fix spelling
ca7ea5c is described below

commit ca7ea5cb09cf46087d04e147a192a6a443edaf07
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Thu Oct 19 10:36:18 2023 -0400

    Javadoc: Fix spelling
---
 .../main/java/org/apache/commons/chain2/base/DispatchLookupCommand.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/base/src/main/java/org/apache/commons/chain2/base/DispatchLookupCommand.java 
b/base/src/main/java/org/apache/commons/chain2/base/DispatchLookupCommand.java
index 936c265..5f88fc2 100644
--- 
a/base/src/main/java/org/apache/commons/chain2/base/DispatchLookupCommand.java
+++ 
b/base/src/main/java/org/apache/commons/chain2/base/DispatchLookupCommand.java
@@ -174,7 +174,7 @@ public class DispatchLookupCommand<K, V, C extends 
Context<K, V>>
     /**
      * <p>Return a <code>Class[]</code> describing the expected signature of
      * the method.  The default is a signature that just accepts the command's
-     * {@link Context}.  The method can be overidden to provide a different
+     * {@link Context}.  The method can be overridden to provide a different
      * method signature.<p>
      *
      * @return the expected method signature

Reply via email to