Typo in documentation
Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/9c545d9f Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/9c545d9f Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/9c545d9f Branch: refs/heads/master Commit: 9c545d9fda325e3c1c47269752e5bd1ab3cb2dc5 Parents: b67b961 Author: Howard M. Lewis Ship <[email protected]> Authored: Mon Jan 21 16:06:36 2013 -0800 Committer: Howard M. Lewis Ship <[email protected]> Committed: Tue Jan 22 10:30:54 2013 -0800 ---------------------------------------------------------------------- .../org/apache/tapestry5/services/Dispatcher.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/9c545d9f/tapestry-core/src/main/java/org/apache/tapestry5/services/Dispatcher.java ---------------------------------------------------------------------- diff --git a/tapestry-core/src/main/java/org/apache/tapestry5/services/Dispatcher.java b/tapestry-core/src/main/java/org/apache/tapestry5/services/Dispatcher.java index c3633f7..133cdf6 100644 --- a/tapestry-core/src/main/java/org/apache/tapestry5/services/Dispatcher.java +++ b/tapestry-core/src/main/java/org/apache/tapestry5/services/Dispatcher.java @@ -22,7 +22,7 @@ import java.io.IOException; * A dispatcher is responsible for recognizing an incoming request. Dispatchers form an ordered chain of command, with * each dispatcher responsible for recognizing requests that it can process. This is the interface for the * MasterDispatcher service, which takes an ordered configuration of Dispatchers (that is, the chain of command - * pattern). If no dispatcher processes the request, it will utltimately be passed off to the servlet container. + * pattern). If no dispatcher processes the request, it will ultimately be passed off to the servlet container. */ @UsesOrderedConfiguration(Dispatcher.class) public interface Dispatcher
