From 65f79ad74cb2fc2ba4e9668ba9fd9c8f33331fd1 Mon Sep 17 00:00:00 2001 From: Kamalesh Babulal Date: Mon, 14 Aug 2023 13:25:35 +0530 Subject: [PATCH] daemon/cgrulesengd: fix spellings across the file Fix the spelling mistakes across the file and also fix word case. Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- src/daemon/cgrulesengd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/cgrulesengd.h b/src/daemon/cgrulesengd.h index 70ad3981..54b570ce 100644 --- a/src/daemon/cgrulesengd.h +++ b/src/daemon/cgrulesengd.h @@ -85,7 +85,7 @@ int cgre_handle_message(struct cn_msg *cn_hdr); * parent process. Note too that stdout, stdin, and stderr are closed in * daemon mode, and a file descriptor for a log file is opened. * @param logp Path of the log file, NULL if no log file was specified - * @param logf Syslog facility, NULL if no facility was specified + * @param logf syslog facility, NULL if no facility was specified * @param daemon False to turn off daemon mode (no fork, leave FDs open) * @param logv Log verbosity: * 2 is the default, 0 = no logging, 5 = everything -- 2.47.2