lib: Fix a typo
[vlendec/samba-autobuild/.git] / lib / audit_logging / audit_logging.c
index e21582a91d1693624283580c9969ab50ee2e1eaa..9fe2d3ba45d710a1bb9045189ae2070423b5bf15 100644 (file)
@@ -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.