summaryrefslogtreecommitdiff
path: root/lib/audit_logging
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2023-03-31 11:03:08 +0200
committerAndrew Bartlett <abartlet@samba.org>2023-04-03 03:56:35 +0000
commit8e3bac473fe600df9e7c154264b04f681b774d6d (patch)
tree533afc08dd7613dd9405ae2559b810b65b51c8ff /lib/audit_logging
parent1f2858eadaad200a08522d4a0492ad7f12f3da43 (diff)
downloadsamba-8e3bac473fe600df9e7c154264b04f681b774d6d.tar.gz
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>
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 3ab14b2a187..671653fdcef 100644
--- a/lib/audit_logging/audit_logging.c
+++ b/lib/audit_logging/audit_logging.c
@@ -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,