diff --git a/modules/javafx.graphics/src/main/java/com/sun/glass/ui/mac/MacApplication.java b/modules/javafx.graphics/src/main/java/com/sun/glass/ui/mac/MacApplication.java index c58c901efb9..8f49d60cb17 100644 --- a/modules/javafx.graphics/src/main/java/com/sun/glass/ui/mac/MacApplication.java +++ b/modules/javafx.graphics/src/main/java/com/sun/glass/ui/mac/MacApplication.java @@ -100,7 +100,7 @@ protected void runLoop(final Runnable launchable) { private final CountDownLatch reactivationLatch = new CountDownLatch(1); - // Spin up a nested even loop waiting for the app reactivation event + // Spin up a nested event loop waiting for the app reactivation event void waitForReactivation() { final EventLoop eventLoop = createEventLoop(); Thread thr = new Thread(() -> { @@ -367,7 +367,7 @@ protected boolean _supportsTransparentWindows() { @Override native protected boolean _supportsSystemMenu(); - // NOTE: this will not return a valid result unil the native _runloop + // NOTE: this will not return a valid result until the native _runloop // method has been executed and called the Runnable passed to that method. native private boolean _isNormalTaskbarApp(); boolean isNormalTaskbarApp() {