From a15dad6555cd7198fd47464a1ff93c1cc6891094 Mon Sep 17 00:00:00 2001 From: Brian Matzon Date: Thu, 26 Jun 2008 19:21:02 +0000 Subject: [PATCH] fixed utf-8 issue --- src/templates/org/lwjgl/openal/AL10.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/org/lwjgl/openal/AL10.java b/src/templates/org/lwjgl/openal/AL10.java index 33426fbb..30b9125b 100644 --- a/src/templates/org/lwjgl/openal/AL10.java +++ b/src/templates/org/lwjgl/openal/AL10.java @@ -1061,7 +1061,7 @@ public interface AL10 { * Source). *

*

- * 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