Correct the spelling of occured to occurred

The correct spelling is occurred. See
http://www.gingersoftware.com/english-online/spelling-book/misspelling/occurred-occured-ocurred
or other dictionary search results.
This commit is contained in:
Paul Carver 2016-11-11 12:46:40 -05:00
parent 223127bf39
commit 573b55af8b
4 changed files with 5 additions and 5 deletions

View file

@ -358,7 +358,7 @@
var originalHandler = window.onerror;
window.onerror = function(msg, url, line) {
var box = document.getElementById('editorloadingbox');
box.innerHTML = '<p><b>An error occured while loading the pad</b></p>'
box.innerHTML = '<p><b>An error occurred while loading the pad</b></p>'
+ '<p><b>'+msg+'</b> '
+ '<small>in '+ url +' (line '+ line +')</small></p>';
// call original error handler