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("Update daemon is not runing.");
+ notify_error("Update daemon is not running.");
}
/* var w = document.getElementById("noDaemonWarning");