Index: trunk/extensions/TimedMediaHandler/TimedMediaHandler.php |
— | — | @@ -111,8 +111,8 @@ |
112 | 112 | * |
113 | 113 | * -These transcodes are *in addition to* the source file. |
114 | 114 | * -Only derivatives with smaller width than the source asset size will be created |
115 | | - * -Irregardless source size at least one WebM and Ogg source will be created from the $wgEnabledTranscodeSet |
116 | | - * -Derivative jobs are added to the mediaWiki JobQueue the first time the asset is displayed |
| 115 | + * -Regardless of source size at least one WebM and Ogg source will be created from the $wgEnabledTranscodeSet |
| 116 | + * -Derivative jobs are added to the MediaWiki JobQueue the first time the asset is displayed |
117 | 117 | * -Derivative should be listed min to max |
118 | 118 | */ |
119 | 119 | $wgEnabledTranscodeSet = array( |