From: Andrew Dolgov Date: Thu, 17 May 2007 13:26:47 +0000 (+0100) Subject: fix typo X-Git-Tag: schema_freeze_for_1.2.11~10 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e968e7f79dc96079bfb0d2245a4d06c4c08e568c;p=tt-rss.git fix typo --- diff --git a/tt-rss.js b/tt-rss.js index ec7e15aa..321b4254 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("Update daemon is not runing."); + notify_error("Update daemon is not running."); } /* var w = document.getElementById("noDaemonWarning");