From 6cebefde528dfc13a025a571b5ba0d453342d04f Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Fri, 19 Jun 2015 11:24:57 -0400 Subject: [PATCH] [SIGNED-OFF] 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. --- C4/Context.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Context.pm b/C4/Context.pm index 3e3f00c..d6bf482 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -1205,7 +1205,7 @@ sub tz { =head2 IsSuperLibrarian - C4::Context->IsSuperlibrarian(); + C4::Context->IsSuperLibrarian(); =cut -- 1.7.9.5