From ab49e774910743701ee8742799c0b5a58ea65d8a Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sat, 14 Dec 2019 08:59:39 +0100 Subject: Fix some typos (found by codespell) Signed-off-by: Stefan Weil --- inc/taskmanager.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inc/taskmanager.inc.php') diff --git a/inc/taskmanager.inc.php b/inc/taskmanager.inc.php index 547a75d4..6c8eb056 100644 --- a/inc/taskmanager.inc.php +++ b/inc/taskmanager.inc.php @@ -35,7 +35,7 @@ class Taskmanager * @param string $task name of task to start * @param array $data data to pass to the task. the structure depends on the task. * @param boolean $async if true, the function will not wait for the reply of the taskmanager, which means - * the return value is just true (and you won't know if the task could acutally be started) + * the return value is just true (and you won't know if the task could actually be started) * @return array|false struct representing the task status (as a result of submit); false on communication error */ public static function submit($task, $data = false, $async = false) -- cgit v1.2.3-55-g7522