From cc6eb5049a3a416ec33b99321016ab138b93694b Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 29 May 2014 07:49:36 +0200 Subject: [PATCH] fix typo in vst doc. --- libs/ardour/vst_info_file.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);