1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

spell "recursive"

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Douglas Bagnall 2019-03-27 15:37:54 +13:00 committed by Andrew Bartlett
parent 7545eff148
commit c078ea7828
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*

View File

@ -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");