]> git.wh0rd.org - tt-rss.git/commitdiff
fix typo
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 17 May 2007 13:26:47 +0000 (14:26 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 17 May 2007 13:26:47 +0000 (14:26 +0100)
tt-rss.js

index ec7e15aac3383d6de780fe1d08458d3f8dff0567..321b4254cffb26fae95610d3fd74cdf185076ce9 100644 (file)
--- 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");