From 555ac07fd4d667c6279d98cc92b466fee4bef225 Mon Sep 17 00:00:00 2001 From: kappa1 Date: Sun, 1 May 2011 00:03:26 +0000 Subject: [PATCH] --- src/java/org/lwjgl/util/applet/AppletLoader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/lwjgl/util/applet/AppletLoader.java b/src/java/org/lwjgl/util/applet/AppletLoader.java index 1761d6a0..44c5f787 100644 --- a/src/java/org/lwjgl/util/applet/AppletLoader.java +++ b/src/java/org/lwjgl/util/applet/AppletLoader.java @@ -1667,7 +1667,7 @@ public class AppletLoader extends Applet implements Runnable, AppletStub { /** * Check and validate jars which will be loaded into the classloader to make * sure that they are not corrupt. This ensures corrupt files are never marked - * as successfully downloadeds by the cache system. + * as successful downloadeds by the cache system. * * @param path - where the jars are stored * @throws Exception if a corrupt jar is found