aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-10-10 19:57:04 +0300
committerIgor Pashev <pashev.igor@gmail.com>2016-10-10 19:57:04 +0300
commit73889b50753563f8c84839885f9ac65771c584f0 (patch)
tree1971a0089d94212dc4fc98c5fc1013da2e915422
parente82b9525f10a908a83dff2b89178c71b0ccee87d (diff)
downloadjuandelacosa-73889b50753563f8c84839885f9ac65771c584f0.tar.gz
Fixed a typo
-rw-r--r--static/juandelacosa.js2
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');