From 2b255be22c919b11d690f4dcf8a5e84e93290878 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Fri, 19 Jun 2015 11:24:57 -0400 Subject: [PATCH] Bug 14425: Typo in C4::Context IsSuperLibrarian perldoc TEST PLAN --------- 1) git checkout -b bug_14425 origin/master 2) perldoc C4::Context /IsSuperlibr -- see it is bad. 3) apply patch 4) perldoc C4::Context /IsSuperLibr -- see it is fixed. 5) koha qa test tools. Signed-off-by: Bernardo Gonzalez Kriegel Fix typo, no errors. Signed-off-by: Jonathan Druart % git grep -i IsSuperLibrarian|wc -l 55 % git grep IsSuperLibrarian|wc -l 55 Signed-off-by: Tomas Cohen Arazi --- C4/Context.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Context.pm b/C4/Context.pm index 3e3f00c491..d6bf482e57 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -1205,7 +1205,7 @@ sub tz { =head2 IsSuperLibrarian - C4::Context->IsSuperlibrarian(); + C4::Context->IsSuperLibrarian(); =cut -- 2.39.2