RFR: 8285485: Fix typos in corelibs
Lance Andersen
lancea at openjdk.java.net
Wed Apr 27 17:51:45 UTC 2022
On Wed, 27 Apr 2022 17:02:40 GMT, Pavel Rappo <prappo 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/java.sql.rowset/share/classes/com/sun/rowset/providers/RIXMLProvider.java line 239:
>
>> 237:
>> 238: /**
>> 239: * Returns the vendor name of the Reference Implementation Optimistic
>
> L240: an optimistic _what_ provider? :-)
Yep typo there. The original authors needed to run spell check ;-)
-------------
PR: https://git.openjdk.java.net/jdk/pull/8364
More information about the core-libs-dev
mailing list