]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib:audit_logging: Fix code spelling
authorJennifer Sutton <jennifersutton@catalyst.net.nz>
Sun, 25 Jan 2026 22:23:34 +0000 (11:23 +1300)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 18 Feb 2026 00:49:34 +0000 (00:49 +0000)
Signed-off-by: Jennifer Sutton <jennifersutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
lib/audit_logging/audit_logging.c

index 58f32df1a2531ef0ce57f53435ec640160d5c11d..728ffd8601e2df0680a594f9d34e7fe380d319a4 100644 (file)
@@ -86,7 +86,7 @@ char* audit_get_timestamp(TALLOC_CTX *frame)
  *
  * @param prefix Text to be printed at the start of the log line
  * @param message The content of the log line.
- * @param debub_class The debug class to log the message with.
+ * @param debug_class The debug class to log the message with.
  * @param debug_level The debug level to log the message with.
  */
 void audit_log_human_text(const char* prefix,
@@ -108,7 +108,7 @@ const struct json_object json_empty_object = {.valid = false, .root = NULL};
  * Write the json object to the audit logs as a formatted string
  *
  * @param message The content of the log line.
- * @param debub_class The debug class to log the message with.
+ * @param debug_class The debug class to log the message with.
  * @param debug_level The debug level to log the message with.
  */
 void audit_log_json(struct json_object* message,
@@ -211,8 +211,8 @@ static NTSTATUS get_event_server(
  *
  * @param msg_ctx an imessaging_context, can be NULL in which case no message
  *                will be sent.
- * @param server_name the naname of the event server to send the message to.
- * @param messag_type A message type defined in librpc/idl/messaging.idl
+ * @param server_name the name of the event server to send the message to.
+ * @param message_type A message type defined in librpc/idl/messaging.idl
  * @param message The message to send.
  *
  */