I was going to include even more typo fixes of a similar kind, but then realized that the following two commands return ~ 400 places:

grep -r ' \([a-z][a-z]\) \1 ' .
grep -r ' \([a-z][a-z][a-z]\) \1 ' .

Not all these are typos, but many are.
So I'm giving up - no more typo fixes :-)
This should probably be done in some other systematic way.

Sincerely yours,
Ivan

On 17.02.2014 13:10, Alan Bateman wrote:
On 16/02/2014 19:07, Ivan Gerasimov wrote:
Hello!

It was reported that there is a typo in the javadoc for the Thread class:
s/If if were/If it were/

I found several other places with the same typo across the jdk.

Would you please help review this trivial fix?

http://cr.openjdk.java.net/~igerasim/8023022/0/webrev/
Looks good.

-Alan.



Reply via email to