[Scummvm-cvs-logs] CVS: scummvm/backends/midi adlib.cpp,1.27,1.28

Jonathan Gray khalek at users.sourceforge.net
Sat Jun 14 18:06:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/midi
In directory sc8-pr-cvs1:/tmp/cvs-serv22984

Modified Files:
	adlib.cpp 
Log Message:
fix typo

Index: adlib.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/midi/adlib.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- adlib.cpp	27 May 2003 23:18:03 -0000	1.27
+++ adlib.cpp	15 Jun 2003 01:05:03 -0000	1.28
@@ -875,7 +875,7 @@
 	// Detach the premix callback handler
 	_mixer->setupPremix (0, 0);
 	
-	// Turn of the OPL emulation
+	// Turn off the OPL emulation
 	YM3812Shutdown();
 
 	_isOpen = false;





More information about the Scummvm-git-logs mailing list