[Scummvm-cvs-logs] SF.net SVN: scummvm: [21831] scummvm/trunk/sound/softsynth/fluidsynth.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Wed Apr 12 13:38:01 CEST 2006


Revision: 21831
Author:   sev
Date:     2006-04-12 13:36:45 -0700 (Wed, 12 Apr 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21831&view=rev

Log Message:
-----------
Fix typo reported in #1469339: "FluidSynth error typo"

Modified Paths:
--------------
    scummvm/trunk/sound/softsynth/fluidsynth.cpp
Modified: scummvm/trunk/sound/softsynth/fluidsynth.cpp
===================================================================
--- scummvm/trunk/sound/softsynth/fluidsynth.cpp	2006-04-12 19:04:10 UTC (rev 21830)
+++ scummvm/trunk/sound/softsynth/fluidsynth.cpp	2006-04-12 20:36:45 UTC (rev 21831)
@@ -110,7 +110,7 @@
 		return MERR_ALREADY_OPEN;
 
 	if (!ConfMan.hasKey("soundfont"))
-		error("FluidSynth recquires a 'soundfont' setting");
+		error("FluidSynth requires a 'soundfont' setting");
 
 	_settings = new_fluid_settings();
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list