Skip to content

Commit 3a6873e

Browse files
committed
Fix typos
1 parent f093e24 commit 3a6873e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

RELEASE-NOTES.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Apache Commons Codec 1.17.0 RELEASE NOTES
22
-----------------------------------------
33

4-
The Apache Commons Codec component contains encoder and decoders for
4+
The Apache Commons Codec component contains encoders and decoders for
55
various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
66
widely used encoders and decoders, the codec package also maintains a
77
collection of phonetic encoding utilities.
@@ -49,7 +49,7 @@ Download page: https://commons.apache.org/proper/commons-codec/download_codec.cg
4949
Apache Commons Codec 1.16.1 RELEASE NOTES
5050
-----------------------------------------
5151

52-
The Apache Commons Codec component contains encoder and decoders for
52+
The Apache Commons Codec component contains encoders and decoders for
5353
various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
5454
widely used encoders and decoders, the codec package also maintains a
5555
collection of phonetic encoding utilities.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ limitations under the License.
3232
<name>Apache Commons Codec</name>
3333
<inceptionYear>2002</inceptionYear>
3434
<description>
35-
The Apache Commons Codec component contains encoder and decoders for
35+
The Apache Commons Codec component contains encoders and decoders for
3636
various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these
3737
widely used encoders and decoders, the codec package also maintains a
3838
collection of phonetic encoding utilities.

0 commit comments

Comments
 (0)