[open-ils-commits] r11887 - branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Search

svn at svn.open-ils.org svn at svn.open-ils.org
Tue Jan 20 14:15:49 EST 2009


Author: dbs
Date: 2009-01-20 14:15:46 -0500 (Tue, 20 Jan 2009)
New Revision: 11887

Modified:
   branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm
Log:
Typo in API docs.


Modified: branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm
===================================================================
--- branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm	2009-01-20 19:13:40 UTC (rev 11886)
+++ branches/rel_1_4/Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm	2009-01-20 19:15:46 UTC (rev 11887)
@@ -1315,7 +1315,7 @@
 	api_name	=> "open-ils.search.biblio.copy_counts.summary.retrieve",
 	notes 		=> <<"	NOTES");
 	returns an array of these:
-		[ org_id, callnumber_label, <status1_count>, <status2_cout>,...]
+		[ org_id, callnumber_label, <status1_count>, <status2_count>,...]
 		where statusx is a copy status name.  the statuses are sorted
 		by id.
 	NOTES



More information about the open-ils-commits mailing list