From: erickson Date: Thu, 25 Mar 2010 19:41:01 +0000 (+0000) Subject: fix typo: strin => string X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=583e49f8f517703f2dc86026f2d177bc6aef6d65;p=evergreen%2Ftadl.git fix typo: strin => string git-svn-id: svn://svn.open-ils.org/ILS/trunk@15985 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/perlmods/OpenILS/Application/Acq/Picklist.pm b/Open-ILS/src/perlmods/OpenILS/Application/Acq/Picklist.pm index 7c4eb9b15d..957b2dbdff 100644 --- a/Open-ILS/src/perlmods/OpenILS/Application/Acq/Picklist.pm +++ b/Open-ILS/src/perlmods/OpenILS/Application/Acq/Picklist.pm @@ -152,8 +152,8 @@ __PACKAGE__->register_method( 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'} }