RFR: 8285380: Fix typos in security [v2]

Magnus Ihse Bursie ihse at openjdk.java.net
Thu Apr 21 17:32:32 UTC 2022


> 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

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

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/8340/files
  - new: https://git.openjdk.java.net/jdk/pull/8340/files/74a062cc..760e45c6

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=8340&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=8340&range=00-01

  Stats: 19 lines in 11 files changed: 0 ins; 0 del; 19 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8340.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8340/head:pull/8340

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



More information about the security-dev mailing list