summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2019-03-27 15:37:54 +1300
committerAndrew Bartlett <abartlet@samba.org>2019-04-05 04:41:25 +0000
commitc078ea782873970e2d355ef055c0678d5a54873a (patch)
treec592cb87a68d5bcc77708f6492cb543f15247ad1 /source4
parent7545eff148befb753cf55530a03945b27dbf8727 (diff)
downloadsamba-c078ea782873970e2d355ef055c0678d5a54873a.tar.gz
spell "recursive"
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4')
-rw-r--r--source4/dsdb/schema/schema_set.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/schema/schema_set.c b/source4/dsdb/schema/schema_set.c
index 8674757f3b0..f9f63330e97 100644
--- a/source4/dsdb/schema/schema_set.c
+++ b/source4/dsdb/schema/schema_set.c
@@ -741,7 +741,7 @@ struct dsdb_schema *dsdb_get_schema(struct ldb_context *ldb, TALLOC_CTX *referen
}
if (refresh_fn) {
- /* We need to guard against recurisve calls here */
+ /* We need to guard against recursive calls here */
if (ldb_set_opaque(ldb, "dsdb_schema_refresh_fn", NULL) != LDB_SUCCESS) {
ldb_debug_set(ldb, LDB_DEBUG_FATAL,
"dsdb_get_schema: clearing dsdb_schema_refresh_fn failed");