You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2006/12/12 13:01:57 UTC

svn commit: r486106 - /harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/java/nio/charset/CharsetEncoder.java

Author: tellison
Date: Tue Dec 12 04:01:56 2006
New Revision: 486106

URL: http://svn.apache.org/viewvc?view=rev&rev=486106
Log:
Fix comment typo raised in HARMONY-2559 ([Classlib][nio_char] Wrong words in nio_char module)

Modified:
    harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/java/nio/charset/CharsetEncoder.java

Modified: harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/java/nio/charset/CharsetEncoder.java
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/java/nio/charset/CharsetEncoder.java?view=diff&rev=486106&r1=486105&r2=486106
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/java/nio/charset/CharsetEncoder.java (original)
+++ harmony/enhanced/classlib/trunk/modules/nio_char/src/main/java/java/nio/charset/CharsetEncoder.java Tue Dec 12 04:01:56 2006
@@ -35,7 +35,7 @@
  * <li>Invoking the {@link #reset() reset} method to reset the encoder if the
  * encoder has been used;</li>
  * <li>Invoking the {@link #encode(CharBuffer, ByteBuffer, boolean) encode}
- * method until the addtional input is not needed, the <code>endOfInput</code>
+ * method until the additional input is not needed, the <code>endOfInput</code>
  * parameter must be set to false, the input buffer must be filled and the
  * output buffer must be flushed between invocations;</li>
  * <li>Invoking the {@link #encode(CharBuffer, ByteBuffer, boolean) encode}