Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorial1024 committed Jan 23, 2025
1 parent d73535d commit 6ce5d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AsyncTaskStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function isRunning(): bool
}

/**
* Attepts to prove whether the AsyncTask is still running
* Attempts to prove whether the AsyncTask is still running
* @return bool If false, then the task is shown to have been stopped.
*/
private function proveTaskIsRunning(): bool
Expand Down

0 comments on commit 6ce5d30

Please sign in to comment.