8285306: Fix typos in java.desktop

Co-authored-by: Andrey Turbanov <aturbanov@openjdk.org>
Reviewed-by: aturbanov, prr
This commit is contained in:
Magnus Ihse Bursie 2022-10-18 17:08:49 +00:00
parent d1f794587c
commit 2a799e5c82
483 changed files with 1017 additions and 1017 deletions

View file

@ -36,7 +36,7 @@ import sun.java2d.SunGraphics2D;
/**
* GraphicsComponentMgr provides services to
* 1. register primitives for later use
* 2. locate an instance of a primitve based on characteristics
* 2. locate an instance of a primitive based on characteristics
*/
public final class GraphicsPrimitiveMgr {
@ -93,7 +93,7 @@ public final class GraphicsPrimitiveMgr {
};
/**
* Ensure that noone can instantiate this class.
* Ensure that no one can instantiate this class.
*/
private GraphicsPrimitiveMgr() {
}