From e34ce0f20c1cfbea134e13e4c30e1ced3a708a65 Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Tue, 28 Feb 2006 12:39:15 +0000 Subject: [PATCH] Fixed typo --- src/java/org/lwjgl/MacOSXSysImplementation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/lwjgl/MacOSXSysImplementation.java b/src/java/org/lwjgl/MacOSXSysImplementation.java index b7084e7d..53f277ae 100644 --- a/src/java/org/lwjgl/MacOSXSysImplementation.java +++ b/src/java/org/lwjgl/MacOSXSysImplementation.java @@ -63,7 +63,7 @@ class MacOSXSysImplementation extends J2SESysImplementation { * using webstart, one can supply two nativelib references, one for Mac OS X 10.4 * (the default library), and one for earlier Mac OS X (the legacy library). This is the * preferred way to deploy the libraries. The legacy naming is for the users that don't want to - * mess around with libraries and classloaders. They can simply supply make sure that lwjgl.jar + * mess around with libraries and classloaders. They can simply make sure that lwjgl.jar * is in the classpath and that both the default library and the legacy library is in the native * library path (java.library.path). */