diff --git a/libs/ardour/vst_info_file.cc b/libs/ardour/vst_info_file.cc index 6755d91b6a..da49d1b8eb 100644 --- a/libs/ardour/vst_info_file.cc +++ b/libs/ardour/vst_info_file.cc @@ -629,7 +629,7 @@ vstfx_parse_vst_state (VSTState* vstfx) } /*If the plugin doesn't bother to implement GetVendorString we will - have pre-stuffed the string with 'Unkown' */ + have pre-stuffed the string with 'Unknown' */ plugin->dispatcher (plugin, effGetVendorString, 0, 0, creator, 0);