Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 38423 invoked from network); 4 Dec 2008 08:21:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Dec 2008 08:21:51 -0000 Received: (qmail 27340 invoked by uid 500); 4 Dec 2008 08:22:03 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 27282 invoked by uid 500); 4 Dec 2008 08:22:03 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 27273 invoked by uid 99); 4 Dec 2008 08:22:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2008 00:22:03 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Dec 2008 08:20:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BEF84238895F; Thu, 4 Dec 2008 00:21:00 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r723241 - /forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherWrapperTransformer.java Date: Thu, 04 Dec 2008 08:21:00 -0000 To: svn@forrest.apache.org From: thorsten@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081204082100.BEF84238895F@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: thorsten Date: Thu Dec 4 00:21:00 2008 New Revision: 723241 URL: http://svn.apache.org/viewvc?rev=723241&view=rev Log: Fixing typo Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherWrapperTransformer.java Modified: forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherWrapperTransformer.java URL: http://svn.apache.org/viewvc/forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherWrapperTransformer.java?rev=723241&r1=723240&r2=723241&view=diff ============================================================================== --- forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherWrapperTransformer.java (original) +++ forrest/branches/dispatcher_rewrite/plugins/org.apache.forrest.plugin.internal.dispatcher/src/java/org/apache/forrest/dispatcher/transformation/DispatcherWrapperTransformer.java Thu Dec 4 00:21:00 2008 @@ -306,7 +306,7 @@ } /* - * Here we pick up the recoreder result and start the processing on it. + * Here we pick up the recorder result and start the processing on it. * * @see org.apache.cocoon.transformation.AbstractSAXTransformer#endDocument() */