Fix "succesful" typo
authorpetarpetkovic <ppetkovic@wikimedia.org>
Fri, 14 Jun 2019 00:11:03 +0000 (03:11 +0300)
committerpetarpetkovic <ppetkovic@wikimedia.org>
Fri, 14 Jun 2019 00:11:03 +0000 (03:11 +0300)
Change-Id: I1f49ce9ce104263adc8763947dbd30634f18697d

includes/media/TransformationalImageHandler.php

index dbeca0b..95053cf 100644 (file)
@@ -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.