Skip to content

Commit 75152a3

Browse files
committed
Fix typo in comment.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1075459 13f79535-47bb-0310-9956-ffa450edef68
1 parent 57381ce commit 75152a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/org/apache/commons/codec/language/CaverphoneTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ public void testSpecificationExamples() throws EncoderException {
355355
* @throws EncoderException
356356
*/
357357
public void testWikipediaExamples() throws EncoderException {
358-
// Is this a bug of a Caverphone 1.0 vs 2.0 issue?
358+
// Is this a bug or a Caverphone 1.0 vs 2.0 issue?
359359
// String[][] data = {{"Lee", "L11111"}, {"Thompson", "TMPSN1"}};
360360
// this.checkEncodings(data);
361361
}

0 commit comments

Comments
 (0)