summaryrefslogtreecommitdiffstats
path: root/kcron
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-06 11:32:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-06 16:43:33 +0900
commit1dd8222792710b74ab283d3832284455d5affa7d (patch)
tree19587979c9edd23419cb52da1b4a8a005d6b1e9d /kcron
parent3e22959a47d82ce8baefea9458102340be013350 (diff)
downloadtdeadmin-master.tar.gz
tdeadmin-master.zip
Replace TRUE/FALSE with boolean values true/falseHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcron')
-rw-r--r--kcron/ctcron.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcron/ctcron.h b/kcron/ctcron.h
index 485da8d..dd8170a 100644
--- a/kcron/ctcron.h
+++ b/kcron/ctcron.h
@@ -40,7 +40,7 @@ public:
* files and obtains some information about the user from the system.
*
* Default is to construct from the user's crontab. Can also be called,
- * passing TRUE, to construct from the system crontab. Throws an
+ * passing true, to construct from the system crontab. Throws an
* exception if the crontab file can not be found, read, or parsed.
*/
CTCron(bool _syscron = false, std::string _login = "");