From 51570f85b9be15b0443583c06cc35e8034073f32 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Sat, 25 Apr 2009 20:02:06 +0000 Subject: [PATCH] Fix group name --- includes/specials/SpecialBooksources.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/specials/SpecialBooksources.php b/includes/specials/SpecialBooksources.php index db466c1472..54ccd6d857 100644 --- a/includes/specials/SpecialBooksources.php +++ b/includes/specials/SpecialBooksources.php @@ -6,7 +6,7 @@ * * @author Rob Church * @todo Validate ISBNs using the standard check-digit method - * @ingroup SpecialPages + * @ingroup SpecialPage */ class SpecialBookSources extends SpecialPage { -- 2.20.1