Index: branches/RC/core/admin_templates/js/ajax.js =================================================================== diff -u -N -r10608 -r10631 --- branches/RC/core/admin_templates/js/ajax.js (.../ajax.js) (revision 10608) +++ branches/RC/core/admin_templates/js/ajax.js (.../ajax.js) (revision 10631) @@ -253,7 +253,7 @@ } if (isNaN(parseFloat($responce))) { - // error message received, otherwise $respoce should be number + // error message received, otherwise $responce should be number alert($responce); return ; }