<i18n dev> RFR: 8285370: Fix typo in jdk.charsets

Alan Bateman alanb at openjdk.java.net
Thu Apr 21 11:51:25 UTC 2022


On Thu, 21 Apr 2022 11:34:14 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:

> `codespell` could just find a single typo in the files covered by the i18n alias. Just fixing the typo did not make the comment more readable, so I rewrote it slightly.

Marked as reviewed by alanb (Reviewer).

src/jdk.charsets/share/classes/sun/nio/cs/ext/IBM942C.java.template line 69:

> 67: 
> 68:         static {
> 69:             // the mappings that need updating are

It probably meant to say "needing" but what you have is okay.

-------------

PR: https://git.openjdk.java.net/jdk/pull/8335


More information about the i18n-dev mailing list