Typo in API documentation. It's the little things. And we aren't talking C++ here...
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 20 Jan 2009 19:13:40 +0000 (19:13 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 20 Jan 2009 19:13:40 +0000 (19:13 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@11886 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 6b9516c..3bdd882 100644 (file)
@@ -1317,7 +1317,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
@@ -1337,7 +1337,7 @@ __PACKAGE__->register_method(
        api_name        => "open-ils.search.biblio.copy_location_counts.summary.retrieve",
        notes           => <<"  NOTES");
        returns an array of these:
-               [ org_id, callnumber_label, copy_location, <status1_count>, <status2_cout>,...]
+               [ org_id, callnumber_label, copy_location, <status1_count>, <status2_count>,...]
                where statusx is a copy status name.  the statuses are sorted
                by id.
        NOTES
@@ -1357,7 +1357,7 @@ __PACKAGE__->register_method(
        api_name        => "open-ils.search.biblio.copy_counts.location.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