Return-Path: Delivered-To: apmail-cocoon-cvs-archive@www.apache.org Received: (qmail 68931 invoked from network); 14 Jan 2004 00:51:17 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 14 Jan 2004 00:51:17 -0000 Received: (qmail 10632 invoked by uid 500); 14 Jan 2004 00:51:01 -0000 Delivered-To: apmail-cocoon-cvs-archive@cocoon.apache.org Received: (qmail 10576 invoked by uid 500); 14 Jan 2004 00:51:01 -0000 Mailing-List: contact cvs-help@cocoon.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@cocoon.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@cocoon.apache.org Received: (qmail 10564 invoked by uid 500); 14 Jan 2004 00:51:01 -0000 Delivered-To: apmail-cocoon-2.1-cvs@apache.org Received: (qmail 10561 invoked from network); 14 Jan 2004 00:51:00 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 14 Jan 2004 00:51:00 -0000 Received: (qmail 68914 invoked by uid 1672); 14 Jan 2004 00:51:15 -0000 Date: 14 Jan 2004 00:51:15 -0000 Message-ID: <20040114005115.68913.qmail@minotaur.apache.org> From: joerg@apache.org To: cocoon-2.1-cvs@apache.org Subject: cvs commit: cocoon-2.1/src/java/org/apache/cocoon/transformation I18nTransformer.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N joerg 2004/01/13 16:51:15 Modified: src/java/org/apache/cocoon/transformation I18nTransformer.java Log: typos Revision Changes Path 1.22 +7 -7 cocoon-2.1/src/java/org/apache/cocoon/transformation/I18nTransformer.java Index: I18nTransformer.java =================================================================== RCS file: /home/cvs/cocoon-2.1/src/java/org/apache/cocoon/transformation/I18nTransformer.java,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- I18nTransformer.java 23 Dec 2003 15:28:33 -0000 1.21 +++ I18nTransformer.java 14 Jan 2004 00:51:15 -0000 1.22 @@ -296,7 +296,7 @@ * * The <text> fragment can include markup and parameters at any place. * Also do parameters, which can also include i18n:text, i18n:date, etc. - * elements (whithout keys only). + * elements (without keys only). *

* * @see #I18N_TEXT_ELEMENT @@ -853,10 +853,10 @@ private boolean translate_copy; // A flag for copying the _GOOD_ node and not others - // when doing in-place translation whitin i18n:choose + // when doing in-place translation within i18n:choose private boolean translate_end; - // Translated text. Inside i:translate, collects character events. + // Translated text. Inside i18n:translate, collects character events. private ParamSaxBuffer tr_text_recorder; // Current "i18n:text" events @@ -865,7 +865,7 @@ // Current parameter events private SaxBuffer param_recorder; - // Param count when not using i:param name="..." + // Param count when not using i18n:param name="..." private int param_count; // Param name attribute for substitution. @@ -944,7 +944,7 @@ } /** - * Implemenation of configurable interface. + * Implementation of Configurable interface. * Configure this transformer. */ public void configure(Configuration conf) throws ConfigurationException { @@ -2011,7 +2011,7 @@ return result; } - //-- Dictionary handling routins + //-- Dictionary handling routines /** * Helper method to retrieve a message from the dictionary.