summaryrefslogtreecommitdiff
path: root/libs/ardour/vst_info_file.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-05-29 07:49:36 +0200
committerRobin Gareus <robin@gareus.org>2014-05-29 07:49:36 +0200
commitcc6eb5049a3a416ec33b99321016ab138b93694b (patch)
treece8bc6bdd4586ef86ff80087a7b8d60a9e61ab67 /libs/ardour/vst_info_file.cc
parent918a0ac5f993843caf966a533dafc2eeb2c538c7 (diff)
fix typo in vst doc.
Diffstat (limited to 'libs/ardour/vst_info_file.cc')
-rw-r--r--libs/ardour/vst_info_file.cc2
1 files changed, 1 insertions, 1 deletions
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);