From 7123210abf63b38434c41bd778cc10e085e2c2a3 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 2 Oct 2022 03:11:13 +0200 Subject: [PATCH] Comment fix. --- bin/linspector | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/linspector b/bin/linspector index 61e5977..53e6fb2 100755 --- a/bin/linspector +++ b/bin/linspector @@ -73,7 +73,7 @@ def main(): notifications = {} plugins = {} # the scheduler is a dict to make it possible in the future to run more than one scheduler in - # one linspector daemon. need to think about it a little more... + # one linspector instance. need to think about it a little more... scheduler = {} services = {} tasks = {}