Skip to content

Commit 68d9b29

Browse files
committed
fix text
1 parent 13da84a commit 68d9b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Task/Async.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function execute()
3131
$this->finish_callback = null;
3232
} else {
3333
trigger_error(
34-
"Throwable catched in Atcher async task, but no finish callback found:{$e->getMessage()} in {$e->getFile()}({$e->getLine()})"
34+
"Throwable catched in Archer async task, but no finish callback found:{$e->getMessage()} in {$e->getFile()}({$e->getLine()})"
3535
);
3636
}
3737
} elseif (isset($this->finish_callback)) {

0 commit comments

Comments
 (0)