From: dbs Date: Tue, 9 Mar 2010 22:34:43 +0000 (+0000) Subject: Typo: s/identifer/identifier/ Really - who needs so many 'i's anyway? X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=086833afa6f7ebfb30fb8647833201f5518a8ee5;p=contrib%2FConifer.git Typo: s/identifer/identifier/ Really - who needs so many 'i's anyway? git-svn-id: svn://svn.open-ils.org/ILS-Contrib/conifer/branches/rel_1_6_0@826 6d9bc8c9-1ec2-4278-b937-99fde70a366f --- diff --git a/src/perlmods/OpenILS/WWW/SuperCat.pm b/src/perlmods/OpenILS/WWW/SuperCat.pm index 694e2809e5..d7ebd3439f 100644 --- a/src/perlmods/OpenILS/WWW/SuperCat.pm +++ b/src/perlmods/OpenILS/WWW/SuperCat.pm @@ -1506,7 +1506,7 @@ our %nested_qualifier_map = ( contributor => ['author'], publisher => ['keyword'], subject => ['subject'], - identifier => ['keyword|identifer'], + identifier => ['keyword|identifier'], type => [undef], format => [undef], language => ['lang'],