Skip to content

Commit 89be88f

Browse files
author
Timothy O'Brien
committed
Fixed silly spelling mistake hexidecimal? no. hexadecimal!
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/codec/trunk@130176 13f79535-47bb-0310-9956-ffa450edef68
1 parent bb2c5d8 commit 89be88f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xdocs/index.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<p>
3939
Out of that confusing duplication of effort sprang this simple
4040
attempt to encourage code reuse among various projects. While
41-
this package contains a abstract framework for the creation
41+
this package contains a abstract framework for the creation of
4242
encoders and decoders, Codec itself is primarily focused on
4343
providing functional utilities for working with common encodings.
4444
</p>
@@ -83,7 +83,7 @@
8383
</td>
8484
<td>
8585
Converts an array of bytes into an array of characters representing the
86-
hexidecimal values of each byte in order
86+
hexadecimal values of each byte in order
8787
</td>
8888
<td>
8989
Production

0 commit comments

Comments
 (0)