Author: maartenc
Date: Thu Oct  1 21:46:10 2009
New Revision: 820812

URL: http://svn.apache.org/viewvc?rev=820812&view=rev
Log:
FIX: Change spelling of 'occured' to 'occurred' (IVY-1123)

Modified:
    ant/ivy/site/xooki/xooki.js

Modified: ant/ivy/site/xooki/xooki.js
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/xooki/xooki.js?rev=820812&r1=820811&r2=820812&view=diff
==============================================================================
--- ant/ivy/site/xooki/xooki.js (original)
+++ ant/ivy/site/xooki/xooki.js Thu Oct  1 21:46:10 2009
@@ -690,7 +690,7 @@
                        try {
                                source = f(source, level); // process filter
                         } catch (e) {
-                           xooki.error(e, t("error occured while processing 
filter ${0}", filters[i]));
+                           xooki.error(e, t("error occurred while processing 
filter ${0}", filters[i]));
                         }
                     } else {
                         xooki.error(t("unknown filter ${0} used in input 
format ${1}", filters[i], format));
@@ -1168,7 +1168,7 @@
                if (warnOnError) {
                        throw e;
                } else {
-                       xooki.debug("error occured while loading "+url);
+                       xooki.debug("error occurred while loading "+url);
                }
          }
          return str;


Reply via email to