fix typo
authorChuck Hagenbuch <chuck@horde.org>
Mon, 31 Aug 2009 04:24:09 +0000 (00:24 -0400)
committerChuck Hagenbuch <chuck@horde.org>
Mon, 31 Aug 2009 04:24:09 +0000 (00:24 -0400)
kronolith/js/kronolith.js

index e08a8e5..b3d1df6 100644 (file)
@@ -29,7 +29,7 @@ KronolithCore = {
     taskType: 'all',
 
     doActionOpts: {
-        onException: function(r, e) { KronolitCore.debug('onException', e); },
+        onException: function(r, e) { KronolithCore.debug('onException', e); },
         onFailure: function(t, o) { KronolithCore.debug('onFailure', t); },
         evalJS: false,
         evalJSON: true