diff options
author | petarpetkovic <ppetkovic@wikimedia.org> | 2019-06-14 03:11:03 +0300 |
---|---|---|
committer | petarpetkovic <ppetkovic@wikimedia.org> | 2019-06-14 03:11:03 +0300 |
commit | 3198aae60161f106ab30753d5ae88ebc6cb79556 (patch) | |
tree | 7afb9b8d54f5741be3e8a7ed7ebdc7751bc0553c /includes/media/TransformationalImageHandler.php | |
parent | d977a8ca6ac10f3144bbc7f7e8bbd0a5a4c600c9 (diff) | |
download | mediawikicore-3198aae60161f106ab30753d5ae88ebc6cb79556.tar.gz mediawikicore-3198aae60161f106ab30753d5ae88ebc6cb79556.zip |
Fix "succesful" typo
Change-Id: I1f49ce9ce104263adc8763947dbd30634f18697d
Diffstat (limited to 'includes/media/TransformationalImageHandler.php')
-rw-r--r-- | includes/media/TransformationalImageHandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/media/TransformationalImageHandler.php b/includes/media/TransformationalImageHandler.php index dbeca0be38a8..95053cfdbd13 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. |