RFR: 8285380: Fix typos in security [v2]
Weijun Wang
weijun at openjdk.java.net
Tue Apr 26 19:53:49 UTC 2022
On Thu, 21 Apr 2022 17:32:32 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
>> I ran `codespell` on modules owned by the security team (`java.security.jgss java.security.sasl java.smartcardio java.xml.crypto jdk.crypto.cryptoki jdk.crypto.ec jdk.crypto.mscapi jdk.security.auth jdk.security.jgss`), 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.
>
> Magnus Ihse Bursie has updated the pull request incrementally with one additional commit since the last revision:
>
> Revert changes to Apache code
Looks good to me. Thanks.
-------------
Marked as reviewed by weijun (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8340
More information about the security-dev
mailing list