DefaultSettings: Rewrap $wgThumbnailMinimumBucketDistance comment
authorKevin Israel <pleasestand@live.com>
Fri, 18 Jul 2014 06:49:05 +0000 (02:49 -0400)
committerKevin Israel <pleasestand@live.com>
Fri, 18 Jul 2014 06:49:05 +0000 (02:49 -0400)
To avoid a PHPCS warning. Also fixed some small errors in the text.

Change-Id: I7d9b1bde971b7ae66f93a1025a0cbcc1d809e69b

includes/DefaultSettings.php

index 7c81294..7785c7e 100644 (file)
@@ -1224,9 +1224,10 @@ $wgThumbLimits = array(
 $wgThumbnailBuckets = null;
 
 /**
- * When using thumbnail buckets as defined above, this sets the minimum distance with the bucket
- * above the requested size. The distance represents how pany extra pixels of width the bucket needs
- * in order to be used as the reference for a given thumbnail. For example, with the following buckets:
+ * When using thumbnail buckets as defined above, this sets the minimum distance to the bucket
+ * above the requested size. The distance represents how many extra pixels of width the bucket
+ * needs in order to be used as the reference for a given thumbnail. For example, with the
+ * following buckets:
  *
  * $wgThumbnailBuckets = array ( 128, 256, 512 );
  *