[open-ils-commits] r10586 - trunk/Open-ILS/src/perlmods/OpenILS/Utils

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Sep 13 01:37:18 EDT 2008


Author: dbs
Date: 2008-09-13 01:37:15 -0400 (Sat, 13 Sep 2008)
New Revision: 10586

Modified:
   trunk/Open-ILS/src/perlmods/OpenILS/Utils/ModsParser.pm
Log:
Typo: MODS doesn't define "abreviated"


Modified: trunk/Open-ILS/src/perlmods/OpenILS/Utils/ModsParser.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/Utils/ModsParser.pm	2008-09-12 13:54:20 UTC (rev 10585)
+++ trunk/Open-ILS/src/perlmods/OpenILS/Utils/ModsParser.pm	2008-09-13 05:37:15 UTC (rev 10586)
@@ -35,7 +35,7 @@
 
 	title => {
 		abbreviated => 
-			"//mods:mods/mods:titleInfo[mods:title and (\@type='abreviated')]",
+			"//mods:mods/mods:titleInfo[mods:title and (\@type='abbreviated')]",
 		translated =>
 			"//mods:mods/mods:titleInfo[mods:title and (\@type='translated')]",
 		uniform =>



More information about the open-ils-commits mailing list