From 149292d7a3a7be668f0a7b7837234a00a0e27f66 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 --- Koha/Objects.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/Objects.pm b/Koha/Objects.pm index d882e4b..24327bd 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