diff options
Diffstat (limited to 'src/ctcron.h')
| -rw-r--r-- | src/ctcron.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctcron.h b/src/ctcron.h index b74b0be..f294cdd 100644 --- a/src/ctcron.h +++ b/src/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 = ""); |
