From 136971bf41c9784bee187389f138daf77ba4392c Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 8 Dec 2019 06:54:34 +0100 Subject: NEWT WindowImpl: Wording in comment --- src/newt/classes/jogamp/newt/WindowImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/newt/classes/jogamp/newt/WindowImpl.java b/src/newt/classes/jogamp/newt/WindowImpl.java index 47047f2b0..af73bddf8 100644 --- a/src/newt/classes/jogamp/newt/WindowImpl.java +++ b/src/newt/classes/jogamp/newt/WindowImpl.java @@ -4561,7 +4561,7 @@ public abstract class WindowImpl implements Window, NEWTEventConsumer /** * Wait until position is reached within tolerances, either auto-position or custom position. *

- * Since WM may not obey our positional request exactly, we allow a tolerance of 2 times insets[left/top], or 64 pixels, whatever is greater. + * Since WM may not obey our positional request exactly, we allow a tolerance of 2 times insets[left/top], or 64 pixels, whichever is greater. *

*/ private boolean waitForPosition(final boolean useCustomPosition, final int x, final int y, final long timeOut) { -- cgit v1.2.3