Skip to content

Commit 4c24017

Browse files
committed
Fix Javadoc typo.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1099568 13f79535-47bb-0310-9956-ffa450edef68
1 parent 6a96813 commit 4c24017

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java/org/apache/commons/codec/net/QuotedPrintableCodec.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
* </p>
4949
* <p>
5050
* Rules #3, #4, and #5 of the quoted-printable spec are not implemented yet because the complete quoted-printable spec
51-
* does not lend itself well into the byte[] oriented codec framework. Complete the codec once the steamable codec
51+
* does not lend itself well into the byte[] oriented codec framework. Complete the codec once the streamable codec
5252
* framework is ready. The motivation behind providing the codec in a partial form is that it can already come in handy
5353
* for those applications that do not require quoted-printable line formatting (rules #3, #4, #5), for instance Q codec.
5454
* </p>

0 commit comments

Comments
 (0)