summaryrefslogtreecommitdiff
path: root/lib/audit_logging
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-05-07 11:13:51 +0200
committerJeremy Allison <jra@samba.org>2021-06-04 16:47:34 +0000
commit4388ad2a900a931770756e8c3cb2e61216722c92 (patch)
tree889304fd7bf5791718af9650eb58a61b48815f48 /lib/audit_logging
parent3f4d85f749cd47cd7d1372ef400acc664f1c7840 (diff)
downloadsamba-4388ad2a900a931770756e8c3cb2e61216722c92.tar.gz
lib: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/audit_logging')
-rw-r--r--lib/audit_logging/audit_logging.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/audit_logging/audit_logging.c b/lib/audit_logging/audit_logging.c
index e21582a91d1..9fe2d3ba45d 100644
--- a/lib/audit_logging/audit_logging.c
+++ b/lib/audit_logging/audit_logging.c
@@ -908,7 +908,7 @@ int json_add_guid(struct json_object *object,
/*
* @brief Convert a JSON object into a string
*
- * Convert the jsom object into a string suitable for printing on a log line,
+ * Convert the json object into a string suitable for printing on a log line,
* i.e. with no embedded line breaks.
*
* If the object is invalid it logs an error and returns NULL.