diff options
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 = ""); |
