On Thu, 21 Apr 2022 08:35:36 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
> I ran `codespell` on the `src/java.desktop` directory, and accepted those > changes where it indeed discovered real typos. > > I ignored typos in public methods and variables. Maybe they can be fixed > later on without much fanfare, if they are in internal classes. Typos in > exposed APIs are likely here to stay. > > 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. This pull request has now been integrated. Changeset: 2a799e5c Author: Magnus Ihse Bursie <i...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/2a799e5c82395919b807561da4a062e0fe6da31d Stats: 1017 lines in 483 files changed: 0 ins; 0 del; 1017 mod 8285306: Fix typos in java.desktop Co-authored-by: Andrey Turbanov <aturba...@openjdk.org> Reviewed-by: aturbanov, prr ------------- PR: https://git.openjdk.org/jdk/pull/8328