mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 06:51:54 +00:00
fix spelling
This commit is contained in:
parent
a1a6f5bf5d
commit
16b12cad69
1 changed files with 1 additions and 1 deletions
|
@ -2160,7 +2160,7 @@ process_info (int size, SFData * sf, FILE * fd)
|
|||
if (sf->version.major > 2) {
|
||||
FLUID_LOG (FLUID_WARN,
|
||||
_("Sound font version is %d.%d which is newer than"
|
||||
" what this version of FLUID Synth was designed for (v2.0x)"),
|
||||
" what this version of fluidsynth was designed for (v2.0x)"),
|
||||
sf->version.major,
|
||||
sf->version.minor);
|
||||
return (FAIL);
|
||||
|
|
Loading…
Reference in a new issue