summaryrefslogtreecommitdiffstats
path: root/src/ctcron.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-03-29 11:48:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-03-29 19:06:41 +0900
commitf8e06865b749bd589201376cd26f82615de517a0 (patch)
tree19aa19a732b8334b35442dfd11298726521f58cf /src/ctcron.h
parenta6263d7d3b2d5021f3fb1ca4b8f6479c2c8eeae0 (diff)
downloadklamav-f8e06865.tar.gz
klamav-f8e06865.zip
Replace TRUE/FALSE with boolean values true/false
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 355597852b2532cf7fa2fceb25e46ae2bc08ef70)
Diffstat (limited to 'src/ctcron.h')
-rw-r--r--src/ctcron.h2
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 = "");