spelling: device

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:00:09 -04:00
committed by Jindra Petřík
parent c12c979723
commit 2cc28e7846

View File

@@ -36,7 +36,7 @@ import javazoom.jl.decoder.JavaLayerException;
* implementation. This is so that the application as a whole
* can run without these classes being present. The audio
* device implementation, however, will usually statically link to the classes
* required. (See the JavaSound deivce and factory for an example
* required. (See the JavaSound device and factory for an example
* of this.)
*
* @author Mat McGowan