From: Volker Lendecke Date: Fri, 7 May 2021 09:13:51 +0000 (+0200) Subject: lib: Fix a typo X-Git-Tag: tevent-0.11.0~664 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4388ad2a900a931770756e8c3cb2e61216722c92;p=thirdparty%2Fsamba.git lib: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- 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.