Index: openacs-4/packages/xowiki/www/resources/yui-form-field-validate.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/resources/yui-form-field-validate.js,v diff -u -r1.4 -r1.5 --- openacs-4/packages/xowiki/www/resources/yui-form-field-validate.js 13 Sep 2012 16:05:42 -0000 1.4 +++ openacs-4/packages/xowiki/www/resources/yui-form-field-validate.js 7 Aug 2017 23:48:31 -0000 1.5 @@ -66,7 +66,7 @@ // (301 or 302) in the asyncrequest. Since we know valid // results (just the "OK"), everything else must be a // redirect. We could be brutal and display the returned - // page, but not sure, if this would be desireable either. + // page, but not sure, if this would be desirable either. if (o.status == 200 && o.getResponseHeader["Content-Length"] > 10) { // there must have happened a redirect console.info(o);