Typo in API docs.
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 20 Jan 2009 19:15:46 +0000 (19:15 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 20 Jan 2009 19:15:46 +0000 (19:15 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_4@11887 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Search/Biblio.pm

index b0f0066..3ff86cf 100644 (file)
@@ -1315,7 +1315,7 @@ __PACKAGE__->register_method(
        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