From: dbs Date: Tue, 8 Jan 2008 22:10:27 +0000 (+0000) Subject: Typo (@pararm -> @param) X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b07eaa268d6d7fc585a924e3dc2d7b8e7ae57708;p=Evergreen.git Typo (@pararm -> @param) git-svn-id: svn://svn.open-ils.org/ILS/branches/acq-experiment@8358 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm b/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm index 8ff5513a7b..b760cec8c2 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Acq/Financials.pm @@ -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.