aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth
diff options
context:
space:
mode:
authorEugene Sandulenko2006-04-12 20:36:45 +0000
committerEugene Sandulenko2006-04-12 20:36:45 +0000
commit3631505437526750debbb6e378ff509eaa5c33c9 (patch)
tree8f4f0369ad10331a67d3bf686d30def81179da02 /sound/softsynth
parent1d265f18956cb78cfe2d9c92462853b057c2b2ef (diff)
downloadscummvm-rg350-3631505437526750debbb6e378ff509eaa5c33c9.tar.gz
scummvm-rg350-3631505437526750debbb6e378ff509eaa5c33c9.tar.bz2
scummvm-rg350-3631505437526750debbb6e378ff509eaa5c33c9.zip
Fix typo reported in #1469339: "FluidSynth error typo"
svn-id: r21831
Diffstat (limited to 'sound/softsynth')
-rw-r--r--sound/softsynth/fluidsynth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/softsynth/fluidsynth.cpp b/sound/softsynth/fluidsynth.cpp
index 53cf2ed527..9d1d3d613e 100644
--- a/sound/softsynth/fluidsynth.cpp
+++ b/sound/softsynth/fluidsynth.cpp
@@ -110,7 +110,7 @@ int MidiDriver_FluidSynth::open() {
return MERR_ALREADY_OPEN;
if (!ConfMan.hasKey("soundfont"))
- error("FluidSynth recquires a 'soundfont' setting");
+ error("FluidSynth requires a 'soundfont' setting");
_settings = new_fluid_settings();