From 6820142c3d6582c39cb9bcd01132bcfcdf56b6e9 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 10 Oct 2016 19:48:36 +0300 Subject: Fixed a typo --- static/mywatch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3