[open-ils-commits] r15985 - trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Mar 25 15:41:06 EDT 2010
Author: erickson
Date: 2010-03-25 15:41:01 -0400 (Thu, 25 Mar 2010)
New Revision: 15985
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Picklist.pm
Log:
fix typo: strin => string
Modified: trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Picklist.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Picklist.pm 2010-03-25 18:58:40 UTC (rev 15984)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Application/Acq/Picklist.pm 2010-03-25 19:41:01 UTC (rev 15985)
@@ -152,8 +152,8 @@
signature => {
desc => 'Retrieves a picklist by name. Owner is implied by the caller',
params => [
- {desc => 'Authentication token', type => 'string'},
- {desc => 'Picklist name to retrieve', type => 'strin'},
+ {desc => 'Authentication token', type => 'string'},
+ {desc => 'Picklist name to retrieve', type => 'string'},
],
return => {desc => 'Picklist object on success, null on not found'}
}
More information about the open-ils-commits
mailing list