Bug 14425: Typo in C4::Context IsSuperLibrarian perldoc
authorMark Tompsett <mtompset@hotmail.com>
Fri, 19 Jun 2015 15:24:57 +0000 (11:24 -0400)
committerChris Cormack <chris@bigballofwax.co.nz>
Mon, 29 Jun 2015 10:00:26 +0000 (22:00 +1200)
commite034cb22b73034e1c0f675d577704c5eb7935259
tree9733e59b61f94e985be5a51dd574a7cbd796c6cb
parent12d6a163a9123c6dc88714a521dc05c8a22d32b6
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 <bgkriegel@gmail.com>
Fix typo, no errors.

Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
% git grep -i IsSuperLibrarian|wc -l
55
% git grep IsSuperLibrarian|wc -l
55
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
(cherry picked from commit 2b255be22c919b11d690f4dcf8a5e84e93290878)
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
C4/Context.pm