From d3c9b9f0242637c384054c9cf9ba3c1b89558f1d Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Fri, 24 Jul 2026 12:47:37 +0200 Subject: [PATCH] Fix typo in ParallExec mode comment --- dev/ofunctions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/ofunctions.sh b/dev/ofunctions.sh index 61e17f5..6eb6c25 100755 --- a/dev/ofunctions.sh +++ b/dev/ofunctions.sh @@ -833,7 +833,7 @@ function ParallelExec { ## Main asynchronous execution function ## Function can work in: ## WaitForTaskCompletion mode: monitors given pid in background, and stops them if max execution time is reached. Suitable for multiple synchronous pids to monitor and wait for -## ParallExec mode: takes list of commands to execute in parallel per batch, and stops them if max execution time is reahed. +## ParallExec mode: takes list of commands to execute in parallel per batch, and stops them if max execution time is reached. ## Example of improved wait $! ## ExecTasks $! "some_identifier" false 0 0 0 0 true 1 1800 false