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
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ namespace ARDOUR { namespace LuaAPI {
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.
* 0: means wait until next cycle-start, otherwise skip given number of cycles.
* @param timeout_ms wait at most this many milliseconds