From 9da9ca5f96a70ca4487fcf124458d611a8485889 Mon Sep 17 00:00:00 2001 From: Arlo Breault Date: Mon, 19 Sep 2016 12:23:50 -0700 Subject: [PATCH] Clarify comment in traditional gallery Change-Id: I13aa2132d64a1dca8a5ab867fdffc48aca2cf9d1 --- includes/gallery/TraditionalImageGallery.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/gallery/TraditionalImageGallery.php b/includes/gallery/TraditionalImageGallery.php index f6527b820e..0f889da683 100644 --- a/includes/gallery/TraditionalImageGallery.php +++ b/includes/gallery/TraditionalImageGallery.php @@ -238,8 +238,8 @@ class TraditionalImageGallery extends ImageGalleryBase { } /** - * How much padding such the thumb have between image and inner div that - * that contains the border. This is both for verical and horizontal + * How much padding the thumb has between the image and the inner div + * that contains the border. This is for both vertical and horizontal * padding. (However, it is cut in half in the vertical direction). * @return int */ -- 2.20.1