From 6d1a6c35c1ecf6bc17628a8e0ce7150aaccacbaf Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 5 Dec 2017 16:28:39 -0300 Subject: [PATCH] Bug 16330: (QA followup) fix spelling in comment Signed-off-by: Tomas Cohen Arazi --- Koha/Patron/Modification.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Patron/Modification.pm b/Koha/Patron/Modification.pm index 91b4bfff88..55ab6073bd 100644 --- a/Koha/Patron/Modification.pm +++ b/Koha/Patron/Modification.pm @@ -85,7 +85,7 @@ sub store { $changes_made = 1; last; } - # Set the changes for patron without commiting - this will be used + # Set the changes for patron without committing - this will be used # for validating the given parameters via Koha::Patron. # Do not ->store the patron! $patron->$column($self->$column); -- 2.14.1