Skip to content

Commit d301cfe

Browse files
committed
Merge pull request #62 from mntbkr/patch-1
fixed spelling mistake
2 parents 4fc72a1 + 99b7356 commit d301cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Console/Command/CronShell.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function main() {
110110
}
111111

112112
/**
113-
* Look for a Queue Task of hte passed name and try to call add() on it.
113+
* Look for a Queue Task of the passed name and try to call add() on it.
114114
* A QueueTask may provide an add function to enable the user to create new jobs via commandline.
115115
*
116116
* @return void

0 commit comments

Comments
 (0)