tobrien 2003/07/31 13:48:54
Modified: codec/xdocs index.xml
Log:
Fixed silly spelling mistake hexidecimal? no. hexadecimal!
Revision Changes Path
1.6 +2 -2 jakarta-commons/codec/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/codec/xdocs/index.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- index.xml 31 Jul 2003 20:43:03 -0000 1.5
+++ index.xml 31 Jul 2003 20:48:54 -0000 1.6
@@ -38,7 +38,7 @@
<p>
Out of that confusing duplication of effort sprang this simple
attempt to encourage code reuse among various projects. While
- this package contains a abstract framework for the creation
+ this package contains a abstract framework for the creation of
encoders and decoders, Codec itself is primarily focused on
providing functional utilities for working with common encodings.
</p>
@@ -83,7 +83,7 @@
</td>
<td>
Converts an array of bytes into an array of characters representing the
- hexidecimal values of each byte in order
+ hexadecimal values of each byte in order
</td>
<td>
Production
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]