You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2011/05/04 21:36:47 UTC

svn commit: r1099568 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java

Author: ggregory
Date: Wed May  4 19:36:47 2011
New Revision: 1099568

URL: http://svn.apache.org/viewvc?rev=1099568&view=rev
Log:
Fix Javadoc typo.

Modified:
    commons/proper/codec/trunk/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java

Modified: commons/proper/codec/trunk/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java?rev=1099568&r1=1099567&r2=1099568&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java (original)
+++ commons/proper/codec/trunk/src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java Wed May  4 19:36:47 2011
@@ -48,7 +48,7 @@ import org.apache.commons.codec.binary.S
  * </p>
  * <p>
  * Rules #3, #4, and #5 of the quoted-printable spec are not implemented yet because the complete quoted-printable spec
- * does not lend itself well into the byte[] oriented codec framework. Complete the codec once the steamable codec
+ * does not lend itself well into the byte[] oriented codec framework. Complete the codec once the streamable codec
  * framework is ready. The motivation behind providing the codec in a partial form is that it can already come in handy
  * for those applications that do not require quoted-printable line formatting (rules #3, #4, #5), for instance Q codec.
  * </p>