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

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

index 8ff5513..b760cec 100644 (file)
@@ -17,7 +17,7 @@ __PACKAGE__->register_method(
        signature => q/
         Creates a new fund
                @param auth Authentication token
-               @pararm fund
+               @param fund
        /
 );
 
@@ -37,7 +37,7 @@ __PACKAGE__->register_method(
        signature => q/
         Retrieves a fund by ID
                @param auth Authentication token
-               @pararm fund_id
+               @param fund_id
        /
 );
 
@@ -56,7 +56,7 @@ __PACKAGE__->register_method(
        signature => q/
         Retrieves all the funds associated with an org unit
                @param auth Authentication token
-               @pararm org_id
+               @param org_id
         @param options Hash of options.  Options include "children", 
             which includes the funds for the requested org and
             all descendant orgs.