From: dbs Date: Tue, 8 Jan 2008 21:35:19 +0000 (+0000) Subject: Typo (@pararm -> @param). X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=494824fac68050c5cc0d6435c70a6543d3683efb;p=Evergreen.git Typo (@pararm -> @param). git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@8356 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Acq/Picklist.pm b/Open-ILS/src/perlmods/OpenILS/Application/Acq/Picklist.pm index 27737fd5e6..4c73c71f76 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Acq/Picklist.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Acq/Picklist.pm @@ -18,7 +18,7 @@ __PACKAGE__->register_method( signature => q/ Creates a new picklist @param authtoken - @pararm picklist + @param picklist / ); @@ -40,7 +40,7 @@ __PACKAGE__->register_method( signature => q/ Updates a picklist @param authtoken - @pararm picklist + @param picklist / ); @@ -67,7 +67,7 @@ __PACKAGE__->register_method( signature => q/ Retrieves a picklist @param authtoken - @pararm picklist_id + @param picklist_id @param flesh Causes the linked picklist_entry objects to be appended to the object / @@ -114,7 +114,7 @@ __PACKAGE__->register_method( signature => q/ Deletes a picklist @param authtoken - @pararm picklist_id + @param picklist_id / ); @@ -145,9 +145,9 @@ __PACKAGE__->register_method( Creates a new picklist entry. This method extracts the bib data from the provided MARC XML. @param authtoken - @pararm picklist_id - @pararm marc_xml - @pararm bibid ID of the existing bibliio.record_entry if appropriate + @param picklist_id + @param marc_xml + @param bibid ID of the existing bibliio.record_entry if appropriate / );