From cbae02c97842206dfc04db1845b2bd2f6fd17dda Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Sat, 7 Oct 2017 12:55:56 +0000 Subject: [PATCH] Bug 19410: (follow-up) Fix typo in POD Signed-off-by: Tomas Cohen Arazi Signed-off-by: Julian Maurice --- Koha/Objects.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Objects.pm b/Koha/Objects.pm index d882e4b3a5..e695c9cacf 100644 --- a/Koha/Objects.pm +++ b/Koha/Objects.pm @@ -173,7 +173,7 @@ sub search_related { =head3 search_for_api - my @objects = Koha::Objects->earch_for_api( $c ); + my $objects = Koha::Objects->search_for_api( $c ); Searches for objects given a controller object I<$c>. -- 2.11.0