aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorJonathan Gray2003-06-15 01:05:03 +0000
committerJonathan Gray2003-06-15 01:05:03 +0000
commit9ce9ce620f5210e4293c7c0452509d48fecd0b69 (patch)
treeea96ac8c99b049f276b05947d8776fd53d522836 /backends
parentacec45a4834c4254a3e43427a204690414e8d6c8 (diff)
downloadscummvm-rg350-9ce9ce620f5210e4293c7c0452509d48fecd0b69.tar.gz
scummvm-rg350-9ce9ce620f5210e4293c7c0452509d48fecd0b69.tar.bz2
scummvm-rg350-9ce9ce620f5210e4293c7c0452509d48fecd0b69.zip
fix typo
svn-id: r8495
Diffstat (limited to 'backends')
-rw-r--r--backends/midi/adlib.cpp2
1 files changed, 1 insertions, 1 deletions
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;