From 9ce9ce620f5210e4293c7c0452509d48fecd0b69 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 15 Jun 2003 01:05:03 +0000 Subject: fix typo svn-id: r8495 --- backends/midi/adlib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/midi/adlib.cpp b/backends/midi/adlib.cpp index d7279b70ab..58a43dde12 100644 --- a/backends/midi/adlib.cpp +++ b/backends/midi/adlib.cpp @@ -875,7 +875,7 @@ void MidiDriver_ADLIB::close() { // Detach the premix callback handler _mixer->setupPremix (0, 0); - // Turn of the OPL emulation + // Turn off the OPL emulation YM3812Shutdown(); _isOpen = false; -- cgit v1.2.3