diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-06 11:32:15 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-06 16:43:33 +0900 |
| commit | 1dd8222792710b74ab283d3832284455d5affa7d (patch) | |
| tree | 19587979c9edd23419cb52da1b4a8a005d6b1e9d /kcron | |
| parent | 3e22959a47d82ce8baefea9458102340be013350 (diff) | |
| download | tdeadmin-master.tar.gz tdeadmin-master.zip | |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcron')
| -rw-r--r-- | kcron/ctcron.h | 2 |
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 = ""); |
