|
From: Elias N. <eli...@us...> - 2006-02-28 12:39:21
|
Update of /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5978/src/java/org/lwjgl Modified Files: MacOSXSysImplementation.java Log Message: Fixed typo Index: MacOSXSysImplementation.java =================================================================== RCS file: /cvsroot/java-game-lib/LWJGL/src/java/org/lwjgl/MacOSXSysImplementation.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- MacOSXSysImplementation.java 16 Jan 2006 21:04:49 -0000 1.5 +++ MacOSXSysImplementation.java 28 Feb 2006 12:39:15 -0000 1.6 @@ -63,7 +63,7 @@ * 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). */ |