From 73889b50753563f8c84839885f9ac65771c584f0 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 10 Oct 2016 19:57:04 +0300 Subject: Fixed a typo --- static/juandelacosa.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/juandelacosa.js b/static/juandelacosa.js index 05eeee7..7a5ae2b 100644 --- a/static/juandelacosa.js +++ b/static/juandelacosa.js @@ -29,7 +29,7 @@ $(function() { infoAlert.removeClass().addClass('alert alert-info'); setTimeout(whoAmI, 60 * 1000); } else { - 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'); -- cgit v1.2.3