fix typo: strin => string
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 25 Mar 2010 19:41:01 +0000 (19:41 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 25 Mar 2010 19:41:01 +0000 (19:41 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@15985 dcc99617-32d9-48b4-a31d-7c20da2025e4

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

index 7c4eb9b..957b2db 100644 (file)
@@ -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'}
     }