Index: trunk/extensions/TimedMediaHandler/maintenance/WebVideoJobRunner.php |
— | — | @@ -58,7 +58,7 @@ |
59 | 59 | if( TimedMediaHandler::parseTimeString( $proc['time'] ) > $wgTranscodeBackgroundTimeLimit ){ |
60 | 60 | // should probably "kill" the process |
61 | 61 | $killSuccess = posix_kill( $pid ); |
62 | | - $this->output( "Trying to expired transcode job: " . $pid . " result:" . $killSuccess ); |
| 62 | + $this->output( "Trying to expire transcode job: " . $pid . " result:" . $killSuccess ); |
63 | 63 | } else { |
64 | 64 | // Job is oky add to count: |
65 | 65 | $runingJobsCount++; |