From ea5f8518eeee7bbf9df3f9016daa8a9db4c63cb1 Mon Sep 17 00:00:00 2001 From: kappa1 Date: Wed, 15 Dec 2010 18:48:56 +0000 Subject: [PATCH] fix minor typo in javadoc/comments --- src/java/org/lwjgl/input/Keyboard.java | 2 +- src/java/org/lwjgl/util/applet/AppletLoader.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/java/org/lwjgl/input/Keyboard.java b/src/java/org/lwjgl/input/Keyboard.java index 6719d0de..56dd7905 100644 --- a/src/java/org/lwjgl/input/Keyboard.java +++ b/src/java/org/lwjgl/input/Keyboard.java @@ -541,7 +541,7 @@ public class Keyboard { } /** - * Gets the state of the tkey that generated the + * Gets the state of the key that generated the * current event * * @return True if key was down, or false if released diff --git a/src/java/org/lwjgl/util/applet/AppletLoader.java b/src/java/org/lwjgl/util/applet/AppletLoader.java index f9d496e1..59c29c0a 100644 --- a/src/java/org/lwjgl/util/applet/AppletLoader.java +++ b/src/java/org/lwjgl/util/applet/AppletLoader.java @@ -925,7 +925,7 @@ public class AppletLoader extends Applet implements Runnable, AppletStub { * Due to the way applets on plugin1 work, one jvm must * be used for all applets. We need to use multiple * classloaders in the same jvm due to LWJGL's static - * nature. I order to solve this we simply remove the + * nature. In order to solve this we simply remove the * natives from a previous classloader allowing a new * classloader to use those natives in the same jvm. *