1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

lib:audit_logging: Fix code spelling

Best reviewed with: `git show --word-diff`.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2023-03-31 11:03:08 +02:00 committed by Andrew Bartlett
parent 1f2858eada
commit 8e3bac473f

View File

@ -918,7 +918,7 @@ int json_add_guid(struct json_object *object,
* @param new_obj the new value object to be inserted.
*
* @return 0 the operation was successful
* -1 the operation failed (e.j. if one of the paramters is invalid)
* -1 the operation failed (e.j. if one of the parameters is invalid)
*/
int json_update_object(struct json_object *object,
const char *key,