[open-ils-commits] r8358 -
branches/acq-experiment/Open-ILS/src/perlmods/OpenILS/Application/Acq
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Jan 8 17:34:54 EST 2008
Author: dbs
Date: 2008-01-08 17:10:27 -0500 (Tue, 08 Jan 2008)
New Revision: 8358
Modified:
branches/acq-experiment/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm
Log:
Typo (@pararm -> @param)
Modified: branches/acq-experiment/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm
===================================================================
--- branches/acq-experiment/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm 2008-01-08 22:02:22 UTC (rev 8357)
+++ branches/acq-experiment/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm 2008-01-08 22:10:27 UTC (rev 8358)
@@ -17,7 +17,7 @@
signature => q/
Creates a new fund
@param auth Authentication token
- @pararm fund
+ @param fund
/
);
@@ -37,7 +37,7 @@
signature => q/
Retrieves a fund by ID
@param auth Authentication token
- @pararm fund_id
+ @param fund_id
/
);
@@ -56,7 +56,7 @@
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.
More information about the open-ils-commits
mailing list