summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-17 14:26:47 +0100
committerAndrew Dolgov <[email protected]>2007-05-17 14:26:47 +0100
commite968e7f79dc96079bfb0d2245a4d06c4c08e568c (patch)
treec1428040b41d441aa32cfd3058885ae7e592d032 /tt-rss.js
parent27258a90c75983fddcc1d00c9538af2dfccc219a (diff)
fix typo
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.js b/tt-rss.js
index ec7e15aac..321b4254c 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -604,7 +604,7 @@ function parse_runtime_info(elem) {
}
if (k == "daemon_is_running" && v != 1) {
- notify_error("<span onclick=\"javascript:explainError(1)\">Update daemon is not runing.</span>");
+ notify_error("<span onclick=\"javascript:explainError(1)\">Update daemon is not running.</span>");
}
/* var w = document.getElementById("noDaemonWarning");