aboutsummaryrefslogtreecommitdiff
path: root/sound/softsynth/fluidsynth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/softsynth/fluidsynth.cpp')
-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();