Skip to content

Commit

Permalink
spell "recursive"
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Bagnall <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
douglasbagnall authored and abartlet committed Apr 5, 2019
1 parent 7545eff commit c078ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source3/rpc_client/cli_winreg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand Down
2 changes: 1 addition & 1 deletion source4/dsdb/schema/schema_set.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit c078ea7

Please sign in to comment.