Author: ivol37 at gmail.com Date: Thu Feb 10 11:43:11 2011 New Revision: 771
Log: [AMDATU-282] Fixed minor spelling errors Modified: trunk/amdatu-web/dispatcher/src/main/java/org/amdatu/web/dispatcher/DispatcherService.java Modified: trunk/amdatu-web/dispatcher/src/main/java/org/amdatu/web/dispatcher/DispatcherService.java ============================================================================== --- trunk/amdatu-web/dispatcher/src/main/java/org/amdatu/web/dispatcher/DispatcherService.java (original) +++ trunk/amdatu-web/dispatcher/src/main/java/org/amdatu/web/dispatcher/DispatcherService.java Thu Feb 10 11:43:11 2011 @@ -17,11 +17,11 @@ package org.amdatu.web.dispatcher; /** - * Amdatu Web Dipatcher service registration interface. First this service component + * Amdatu Web Dispatcher service registration interface. First this service component * tracks and manages lifecycle of general as well as tenant aware web component * service registrations of types <code>Filter</code>, <code>Servlet</code>, * <code>Extenderfilter</code> and <code>HttpContext</code>. Second, it intercepts - * and dispatches incomming HTTP requests from the <code>HttpService</code> to an + * and dispatches incoming HTTP requests from the <code>HttpService</code> to an * invocation chain of available components that match the optionally resolved * <code>Tenant</code>. The execution chain is determined and invoked based on * the following strategy:
