summaryrefslogtreecommitdiff
path: root/lib/ldb/ldb_key_value/ldb_kv_cache.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2023-04-03 10:13:18 +0200
committerAndreas Schneider <asn@cryptomilk.org>2023-04-04 07:31:36 +0000
commit594d6ef444fddde6d3b451df5671bdcd148a644b (patch)
tree486cd9b876afe89606fbc123651bd43b27c68dd6 /lib/ldb/ldb_key_value/ldb_kv_cache.c
parentf75adc4871bdd5230fda97642a5929f4610b508b (diff)
downloadsamba-594d6ef444fddde6d3b451df5671bdcd148a644b.tar.gz
lib:ldb:ldb_key_value: 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/ldb/ldb_key_value/ldb_kv_cache.c')
-rw-r--r--lib/ldb/ldb_key_value/ldb_kv_cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/ldb_key_value/ldb_kv_cache.c b/lib/ldb/ldb_key_value/ldb_kv_cache.c
index 4a3c9f29020..b1c136d751e 100644
--- a/lib/ldb/ldb_key_value/ldb_kv_cache.c
+++ b/lib/ldb/ldb_key_value/ldb_kv_cache.c
@@ -528,7 +528,7 @@ int ldb_kv_cache_load(struct ldb_module *module)
/*
* ltdb_attributes_unload() calls internally talloc_free() on
- * any non-fixed elemnts in ldb->schema.attributes.
+ * any non-fixed elements in ldb->schema.attributes.
*
* NOTE WELL: This is per-ldb, not per module, so overwrites
* the handlers across all databases when used under Samba's