aboutsummaryrefslogtreecommitdiffstats
path: root/library/jquery.timeago.js
diff options
context:
space:
mode:
Diffstat (limited to 'library/jquery.timeago.js')
-rw-r--r--library/jquery.timeago.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/jquery.timeago.js b/library/jquery.timeago.js
index c61405dfc..f7a657e93 100644
--- a/library/jquery.timeago.js
+++ b/library/jquery.timeago.js
@@ -121,7 +121,7 @@
function refresh() {
var data = prepareData(this);
if (!isNaN(data.datetime)) {
- $(this).text(inWords(data.atetime));
+ $(this).text(inWords(data.datetime));
}
return this;
}