[open-ils-commits] r9357 - trunk/Open-ILS/xul/staff_client/server/cat

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Apr 14 22:15:04 EDT 2008


Author: dbs
Date: 2008-04-14 21:37:00 -0400 (Mon, 14 Apr 2008)
New Revision: 9357

Modified:
   trunk/Open-ILS/xul/staff_client/server/cat/marc_view.html
Log:
Typo


Modified: trunk/Open-ILS/xul/staff_client/server/cat/marc_view.html
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/marc_view.html	2008-04-15 00:23:18 UTC (rev 9356)
+++ trunk/Open-ILS/xul/staff_client/server/cat/marc_view.html	2008-04-15 01:37:00 UTC (rev 9357)
@@ -24,7 +24,7 @@
     		xsltProcessor.importStylesheet(xsl);
             return true;
         } catch(E) {
-            alert('An error occured and we are unable to display the MARC here.\nError in xsl_marc2html_init: ' + E);
+            alert('An error occurred and we are unable to display the MARC here.\nError in xsl_marc2html_init: ' + E);
             return false;
         }
 	}



More information about the open-ils-commits mailing list