From: dbs Date: Tue, 15 Apr 2008 01:37:00 +0000 (+0000) Subject: Typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3f80a5a352418ee250ceee024d0f374b74c194c7;p=Evergreen.git Typo git-svn-id: svn://svn.open-ils.org/ILS/trunk@9357 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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; } }