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