You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by jo...@apache.org on 2004/01/14 01:51:15 UTC

cvs commit: cocoon-2.1/src/java/org/apache/cocoon/transformation I18nTransformer.java

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 @@
        * </pre>
        * The &lt;text&gt; 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).
        * <p>
        *
        * @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.