From: Douglas Bagnall Date: Wed, 27 Mar 2019 02:37:54 +0000 (+1300) Subject: spell "recursive" X-Git-Tag: tdb-1.4.1~519 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c078ea782873970e2d355ef055c0678d5a54873a;p=thirdparty%2Fsamba.git spell "recursive" Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/source3/rpc_client/cli_winreg.h b/source3/rpc_client/cli_winreg.h index a5162633db6..b562531ad78 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 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");