From c078ea782873970e2d355ef055c0678d5a54873a Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Wed, 27 Mar 2019 15:37:54 +1300 Subject: [PATCH] spell "recursive" Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- source3/rpc_client/cli_winreg.h | 2 +- source4/dsdb/schema/schema_set.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source3/rpc_client/cli_winreg.h b/source3/rpc_client/cli_winreg.h index a5162633db63..b562531ad78d 100644 --- a/source3/rpc_client/cli_winreg.h +++ b/source3/rpc_client/cli_winreg.h @@ -417,7 +417,7 @@ NTSTATUS dcerpc_winreg_enumvals(TALLOC_CTX *mem_ctx, /** * @internal * - * @brief A function to delete a key and its subkeys recurively. + * @brief A function to delete a key and its subkeys recursively. * * @param[in] mem_ctx The memory context to use. * diff --git a/source4/dsdb/schema/schema_set.c b/source4/dsdb/schema/schema_set.c index 8674757f3b09..f9f63330e97c 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"); -- 2.34.1