From 4e9054d996870467182b0e963fa80aa6740968b6 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Sun, 27 Jan 2013 04:36:53 +0100 Subject: Fix misc API docs .. --- src/jogl/classes/javax/media/opengl/GLAutoDrawable.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/jogl/classes/javax') diff --git a/src/jogl/classes/javax/media/opengl/GLAutoDrawable.java b/src/jogl/classes/javax/media/opengl/GLAutoDrawable.java index 612ff6bdb..6abe4308b 100644 --- a/src/jogl/classes/javax/media/opengl/GLAutoDrawable.java +++ b/src/jogl/classes/javax/media/opengl/GLAutoDrawable.java @@ -382,7 +382,7 @@ public interface GLAutoDrawable extends GLDrawable { * which will be executed within the next {@link #display()} call * after all registered {@link GLEventListener}s * {@link GLEventListener#display(GLAutoDrawable) display(GLAutoDrawable)} - * methods has been called. + * methods have been called. *

* If no {@link GLAnimatorControl} is animating (default),
* or if the current thread is the animator thread,
@@ -391,7 +391,7 @@ public interface GLAutoDrawable extends GLDrawable { *

*

* If an {@link GLAnimatorControl animator} is running,
- * no explicit {@link #display()} call is issued, allowing the {@link GLAnimatorControl animator} to perform it when it's due.
+ * no explicit {@link #display()} call is issued, allowing the {@link GLAnimatorControl animator} to perform at due time.
*

*

* If wait is true the call blocks until the glRunnable -- cgit v1.2.3