13
0

Fix typo in Lua documentation

This commit is contained in:
Robin Gareus 2023-10-04 14:34:41 +02:00
parent 2b0bb54599
commit 94562a0238
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -263,7 +263,7 @@ namespace ARDOUR { namespace LuaAPI {
int simple_export (lua_State* L); int simple_export (lua_State* L);
/** /**
* Delay execution until next prcess cycle starts. * Delay execution until next process cycle starts.
* @param n_cycles process-cycles to wait for. * @param n_cycles process-cycles to wait for.
* 0: means wait until next cycle-start, otherwise skip given number of cycles. * 0: means wait until next cycle-start, otherwise skip given number of cycles.
* @param timeout_ms wait at most this many milliseconds * @param timeout_ms wait at most this many milliseconds