From b847f7a21625785115794b2815117ea2edbb05ec 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 Signed-off-by: Lari Taskula --- Koha/Objects.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Objects.pm b/Koha/Objects.pm index d882e4b..e695c9c 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.7.4