From 583e49f8f517703f2dc86026f2d177bc6aef6d65 Mon Sep 17 00:00:00 2001
From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Thu, 25 Mar 2010 19:41:01 +0000
Subject: [PATCH] fix typo: strin => string

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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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'}
     }
-- 
2.11.0