lib:audit_logging: Fix code spelling
authorAndreas Schneider <asn@samba.org>
Fri, 31 Mar 2023 09:03:08 +0000 (11:03 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 3 Apr 2023 03:56:35 +0000 (03:56 +0000)
Best reviewed with: `git show --word-diff`.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/audit_logging/audit_logging.c

index 3ab14b2a187786fd72be3979802d80777c1e7bef..671653fdcef1e3e32f7c86d18a0c462d18049452 100644 (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,