Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8274075: Fix miscellaneous typos in java.base #5610

Closed
wants to merge 5 commits into from

Commits on Sep 21, 2021

  1. Initial commit

    pavelrappo committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    2db8525 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19b6f49 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Configuration menu
    Copy the full SHA
    57b71c5 View commit details
    Browse the repository at this point in the history
  2. Fix "non-white space"

    JDK predominantly uses "non-whitespace". There's only one more use of "non-white space", in com/sun/tools/javac/tree/DocTreeMaker.java:716, which will go away soon.
    pavelrappo committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    05505d9 View commit details
    Browse the repository at this point in the history
  3. Add missing "the"

    (Spotted by Brian Burkhalter.)
    pavelrappo committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    fa81cac View commit details
    Browse the repository at this point in the history