aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/mywatch.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/mywatch.js b/static/mywatch.js
index a575301..09b07cb 100644
--- a/static/mywatch.js
+++ b/static/mywatch.js
@@ -19,7 +19,7 @@ $(function() {
function commonError(jqXHR, textStatus, errorThrown) {
plBody.empty();
main.hide();
- infoHead.text('An error has occured');
+ infoHead.text('An error has occurred');
infoAlert.text((0 == jqXHR.readyState) ? 'Service unavailable' : errorThrown);
infoAlert.removeClass().addClass('alert alert-danger');
info.show();