JDK-8072819 : Misspelling in Spliterator Javadoc
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util
  • Affected Version: 8u31
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86_64
  • Submitted: 2015-02-09
  • Updated: 2015-02-10
  • Resolved: 2015-02-10
Related Reports
Duplicate :  
Description
FULL PRODUCT VERSION :
N/A

A DESCRIPTION OF THE PROBLEM :
The Spliterator Javadoc misspells Iterators in the API notes.
http://docs.oracle.com/javase/8/docs/api/java/util/Spliterator.html

---

"API Note:
Spliterators, like Iteratorss"

STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Open the URL provided in the description and search for "Iteratorss"

EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Correct the spelling to say "Iterators", not "Iteratorss"
ACTUAL -
"iterators" is misspelled as "Iteratorss"

REPRODUCIBILITY :
This bug can be reproduced always.