From 3631505437526750debbb6e378ff509eaa5c33c9 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 12 Apr 2006 20:36:45 +0000 Subject: Fix typo reported in #1469339: "FluidSynth error typo" svn-id: r21831 --- sound/softsynth/fluidsynth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/softsynth/fluidsynth.cpp') 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(); -- cgit v1.2.3