From b29c4e2bf9562c47b525b2b0644fb48db7853df2 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 14 Sep 2018 16:23:58 -0700 Subject: [PATCH] Bug 21233: (follow-up) POD fix Signed-off-by: Tomas Cohen Arazi Signed-off-by: Nick Clemens --- Koha/Exceptions/Password.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/Exceptions/Password.pm b/Koha/Exceptions/Password.pm index 53a290da75..c7203c8886 100644 --- a/Koha/Exceptions/Password.pm +++ b/Koha/Exceptions/Password.pm @@ -77,9 +77,9 @@ Password is too short. Password is too weak. -=head2 Koha::Exceptions::Password::TrailingWhitespace +=head2 Koha::Exceptions::Password::WhitespaceCharacters -Password contains trailing spaces, which is forbidden. +Password contains leading/trailing spaces, which is forbidden. =head1 Class methods -- 2.20.1