Skip to content

Commit

Permalink
fix typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrushforth committed Dec 7, 2020
1 parent e7de442 commit dc31f0b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(() -> {
Expand Down Expand Up @@ -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() {
Expand Down

0 comments on commit dc31f0b

Please sign in to comment.