summaryrefslogtreecommitdiff
path: root/src/templates
diff options
context:
space:
mode:
authorPaul Carver <pcarver@att.com>2016-11-11 12:46:40 -0500
committerPaul Carver <pcarver@att.com>2016-11-11 12:46:40 -0500
commit573b55af8b04a5d08eb013e5152c7fae1e33de96 (patch)
tree9c235bf501c42d8f00a589ee88e087abc5bf60a5 /src/templates
parent223127bf39d2ba431d9c1965a7f2aadadc73d77a (diff)
downloadetherpad-lite-573b55af8b04a5d08eb013e5152c7fae1e33de96.zip
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.
Diffstat (limited to 'src/templates')
-rw-r--r--src/templates/pad.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/pad.html b/src/templates/pad.html
index 271bbb2d..3d89f9d0 100644
--- a/src/templates/pad.html
+++ b/src/templates/pad.html
@@ -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