Typo (@pararm -> @param).
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 8 Jan 2008 21:35:19 +0000 (21:35 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 8 Jan 2008 21:35:19 +0000 (21:35 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@8356 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Application/Acq/Picklist.pm

index 27737fd..4c73c71 100644 (file)
@@ -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
        /
 );