| commit | ca7ea5cb09cf46087d04e147a192a6a443edaf07 | [log] [tgz] |
|---|---|---|
| author | Gary Gregory <garydgregory@gmail.com> | Thu Oct 19 10:36:18 2023 -0400 |
| committer | Gary Gregory <garydgregory@gmail.com> | Thu Oct 19 10:36:18 2023 -0400 |
| tree | 540c0c69d0710db7bb4c9ac9fe0d848363b3079b | |
| parent | c37b14eacfa8df5c7de956db47e6b2609e001471 [diff] |
Javadoc: Fix spelling
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 @@ /** * <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