From 3f80a5a352418ee250ceee024d0f374b74c194c7 Mon Sep 17 00:00:00 2001 From: dbs Date: Tue, 15 Apr 2008 01:37:00 +0000 Subject: [PATCH] Typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@9357 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/cat/marc_view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/cat/marc_view.html b/Open-ILS/xul/staff_client/server/cat/marc_view.html index 23811b8d31..2801943854 100644 --- a/Open-ILS/xul/staff_client/server/cat/marc_view.html +++ b/Open-ILS/xul/staff_client/server/cat/marc_view.html @@ -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; } } -- 2.11.0