diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-10-10 19:57:04 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-10-10 19:57:04 +0300 |
commit | 73889b50753563f8c84839885f9ac65771c584f0 (patch) | |
tree | 1971a0089d94212dc4fc98c5fc1013da2e915422 /static | |
parent | e82b9525f10a908a83dff2b89178c71b0ccee87d (diff) | |
download | juandelacosa-73889b50753563f8c84839885f9ac65771c584f0.tar.gz |
Fixed a typo
Diffstat (limited to 'static')
-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'); |