Skip to content

Commit 6ce5d30

Browse files
committed
Fix typo
1 parent d73535d commit 6ce5d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AsyncTaskStatus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function isRunning(): bool
8383
}
8484

8585
/**
86-
* Attepts to prove whether the AsyncTask is still running
86+
* Attempts to prove whether the AsyncTask is still running
8787
* @return bool If false, then the task is shown to have been stopped.
8888
*/
8989
private function proveTaskIsRunning(): bool

0 commit comments

Comments
 (0)