From e968e7f79dc96079bfb0d2245a4d06c4c08e568c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 17 May 2007 14:26:47 +0100 Subject: [PATCH] fix typo --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.39.2