From 2000d306c6f1347a106f5a892db1d97ed43239de Mon Sep 17 00:00:00 2001 From: Bruno Vernay Date: Sat, 30 Oct 2021 18:38:14 +0200 Subject: [PATCH] Typo in comments ParamaterDescriptor ParamaterDescriptor -> ParameterDescriptor --- libs/ardour/ardour/lua_api.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/ardour/ardour/lua_api.h b/libs/ardour/ardour/lua_api.h index 0896b77a8a..94b677cb83 100644 --- a/libs/ardour/ardour/lua_api.h +++ b/libs/ardour/ardour/lua_api.h @@ -158,7 +158,7 @@ namespace ARDOUR { namespace LuaAPI { float get_plugin_insert_param (boost::shared_ptr pi, uint32_t which, bool &ok); /** - * A convenience function to get a Automation Lists and ParamaterDescriptor + * A convenience function to get a Automation Lists and ParameterDescriptor * for a given plugin control. * * This is equivalent to the following lua code @@ -179,12 +179,12 @@ namespace ARDOUR { namespace LuaAPI { * @code * local al, cl, pd = ARDOUR.LuaAPI.plugin_automation (route:nth_plugin (0), 3) * @endcode - * @returns 3 parameters: AutomationList, ControlList, ParamaterDescriptor + * @returns 3 parameters: AutomationList, ControlList, ParameterDescriptor */ int plugin_automation (lua_State *lua); /* - * A convenience function to get a scale-points from a ParamaterDescriptor + * A convenience function to get a scale-points from a ParameterDescriptor * @param p a ParameterDescriptor * @returns Lua Table with "name" -> value pairs */