From: Kamalesh Babulal Date: Mon, 14 Aug 2023 07:55:35 +0000 (+0530) Subject: daemon/cgrulesengd: fix spellings across the file X-Git-Tag: v3.2.0~212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65f79ad74cb2fc2ba4e9668ba9fd9c8f33331fd1;p=thirdparty%2Flibcgroup.git 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 --- 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