--- linuxsampler/trunk/src/hostplugins/vst/PluginVst.cpp 2012/06/10 15:47:32 2347 +++ linuxsampler/trunk/src/hostplugins/vst/PluginVst.cpp 2012/08/16 17:01:35 2360 @@ -212,7 +212,7 @@ #endif dmsg(1, ("exec failed %d %s\n", errno, strerror(errno))); - // make sure somthing is executed, so the static + // make sure something is executed, so the static // destructors copied from the parent don't run execl("/usr/bin/true", "/usr/bin/true", (char*)0); }