X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fmedia%2FTransformationalImageHandler.php;h=95053cfdbd136645a36f6899403ff468d51f1a9a;hp=dbeca0be38a8f9c6c1f39dfa2b6aa2b935feb538;hb=6cfb2e3d7a2b96d5041312fcec88248bb46573d7;hpb=84292b772882f114c3e3750fe025f067117f4e57 diff --git a/includes/media/TransformationalImageHandler.php b/includes/media/TransformationalImageHandler.php index dbeca0be38..95053cfdbd 100644 --- a/includes/media/TransformationalImageHandler.php +++ b/includes/media/TransformationalImageHandler.php @@ -231,7 +231,7 @@ abstract class TransformationalImageHandler extends ImageHandler { } // $scaler will return a MediaTransformError on failure, or false on success. - // If the scaler is succesful, it will have created a thumbnail at the destination + // If the scaler is successful, it will have created a thumbnail at the destination // path. if ( is_array( $scaler ) && is_callable( $scaler ) ) { // Allow subclasses to specify their own rendering methods.