diff options
-rw-r--r-- | static/juandelacosa.js | 2 |
1 files changed, 1 insertions, 1 deletions
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'); |