From: <ma...@us...> - 2008-06-26 19:21:09
|
Revision: 3105 http://java-game-lib.svn.sourceforge.net/java-game-lib/?rev=3105&view=rev Author: matzon Date: 2008-06-26 12:21:02 -0700 (Thu, 26 Jun 2008) Log Message: ----------- fixed utf-8 issue Modified Paths: -------------- trunk/LWJGL/src/templates/org/lwjgl/openal/AL10.java Modified: trunk/LWJGL/src/templates/org/lwjgl/openal/AL10.java =================================================================== --- trunk/LWJGL/src/templates/org/lwjgl/openal/AL10.java 2008-06-16 18:31:43 UTC (rev 3104) +++ trunk/LWJGL/src/templates/org/lwjgl/openal/AL10.java 2008-06-26 19:21:02 UTC (rev 3105) @@ -1061,7 +1061,7 @@ * Source). * </p> * <p> - * The Unqueue command removes a number of buffers entries that have nished + * The Unqueue command removes a number of buffers entries that have finished * processing, in the order of appearance, from the queue. The operation will fail if * more buffers are requested than available, leaving the destination arguments * unchanged. An AL_INVALID_VALUE error will be thrown. If no error, the destination This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |