RFR: 8285485: Fix typos in corelibs
Naoto Sato
naoto at openjdk.java.net
Wed Apr 27 16:21:46 UTC 2022
On Wed, 27 Apr 2022 06:39:30 GMT, Athijegannathan Sundararajan <sundar at openjdk.org> wrote:
>> I ran `codespell` on modules owned by core-libs, and accepted those changes where it indeed discovered real typos.
>>
>> I will update copyright years using a script before pushing (otherwise like every second change would be a copyright update, making reviewing much harder).
>>
>> The long term goal here is to make tooling support for running `codespell`. The trouble with automating this is of course all false positives. But before even trying to solve that issue, all true positives must be fixed. Hence this PR.
>
> src/jdk.jlink/share/classes/jdk/tools/jlink/resources/plugins_zh_CN.properties line 188:
>
>> 186: main.plugin.module=\u63D2\u4EF6\u6A21\u5757
>> 187:
>> 188: main.plugin.category=\u7C7B\u522B
>
> what's this?
Removing the trailing space? A similar one is in the `ja` resource bundle.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8364
More information about the core-libs-dev
mailing list